spec/invoker/config_spec.rb in invoker-0.0.3 vs spec/invoker/config_spec.rb in invoker-0.1.1.pre
- old
+ new
@@ -14,10 +14,10 @@
command = ruby try_sleep.rb
EOD
file.write(config_data)
file.close
lambda {
- Invoker::Config.new(file.path)
+ Invoker::Parsers::Config.new(file.path)
}.should.raise(Invoker::Errors::InvalidConfig)
ensure
file.unlink()
end
end