Skip to content

Instantly share code, notes, and snippets.

@GertThiel
Created June 13, 2014 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GertThiel/80992751ae415ae762a2 to your computer and use it in GitHub Desktop.
Save GertThiel/80992751ae415ae762a2 to your computer and use it in GitHub Desktop.
NoMethodError: undefined method `stop' for nil:NilClass
TorqueSpec.local {
TorqueSpec::Configurator.configure do |config|
config.after(:suite) do
Thread.current[:app_server].stop unless Thread.current[:app_server].nil?
end
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment