spec/shelltastic_spec.rb in shelltastic-0.2.5 vs spec/shelltastic_spec.rb in shelltastic-0.3.0
- old
+ new
@@ -24,9 +24,9 @@
end
it "should alert if command is empty or nil" do
expect {
ShellTastic::Command.run("")
- }.to raise_error("Command is emtpy or nil")
+ }.to raise_error("The command is emtpy or nil")
end
end