Changed {:foo, 'bar'} to {:foo => 'bar'}

This commit is contained in:
Kevin Krauss 2011-10-05 18:09:28 -07:00
parent a5dd0c7847
commit d6b47f6448

View File

@ -84,7 +84,7 @@ describe Guard::Watcher do
end end
it "returns multiple files specified within the action" do it "returns multiple files specified within the action" do
described_class.match_files(@guard, ['hash.rb']).should == [{:foo, 'bar'}] described_class.match_files(@guard, ['hash.rb']).should == [{:foo => 'bar'}]
end end
it "returns multiple files by combining the results of different actions" do it "returns multiple files by combining the results of different actions" do