spec/integration/command_line_spec.rb in trollolo-0.0.10 vs spec/integration/command_line_spec.rb in trollolo-0.0.11
- old
+ new
@@ -2,18 +2,18 @@
include GivenFilesystemSpecHelpers
include CliTester
def trollolo_cmd
- File.expand_path('../wrapper/trollolo_wrapper',__FILE__)
+ File.expand_path('../wrapper/trollolo_wrapper', __FILE__)
end
def trollolo_cmd_empty_config
- File.expand_path('../wrapper/empty_config_trollolo_wrapper',__FILE__)
+ File.expand_path('../wrapper/empty_config_trollolo_wrapper', __FILE__)
end
def credentials_input_wrapper
- File.expand_path('../wrapper/credentials_input_wrapper',__FILE__)
+ File.expand_path('../wrapper/credentials_input_wrapper', __FILE__)
end
describe "command line" do
it "processes help option" do