spec/converge_spec.rb in org-converge-0.0.4 vs spec/converge_spec.rb in org-converge-0.0.5
- old
+ new
@@ -42,11 +42,10 @@
example_dir = File.join(EXAMPLES_DIR, 'runlist_example')
setup_file = File.join(example_dir, 'setup.org')
o = OrgConverge::Command.new({
'<org_file>' => setup_file,
- '--root-dir' => example_dir,
- '--runmode' => 'sequential'
+ '--root-dir' => example_dir
})
success = o.execute!
success.should == true
File.executable?(File.join(example_dir, 'run/0')).should == true