Changed {:foo, 'bar'} to {:foo => 'bar'}
This commit is contained in:
parent
a5dd0c7847
commit
d6b47f6448
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user