spec/unit/mighty_mite/application_spec.rb in Overbryd-mighty-mite-0.1.1 vs spec/unit/mighty_mite/application_spec.rb in Overbryd-mighty-mite-0.1.2

- old
+ new

@@ -73,10 +73,10 @@ @application.run end it "should tell something nice if the bash completion setup fails" do @application.stub!(:try_to_setup_bash_completion).and_return false - @application.should_receive(:tell).with "Could't set up bash completion. I'm terribly frustrated. Maybe 'mite help' helps out." + @application.should_receive(:tell).with "Couldn't set up bash completion. I'm terribly frustrated. Maybe 'mite help' helps out." File.stub!(:open) # prevents the yml file to be written @application.run end \ No newline at end of file