spec/fspath/mac_spec.rb in fspath-mac-3.0.0 vs spec/fspath/mac_spec.rb in fspath-mac-3.0.1
- old
+ new
@@ -25,10 +25,10 @@
it "should return apporitate label" do
@path = FSPath('to_label')
FSPath::FINDER_LABEL_COLORS.each_with_index do |label, index|
- @path.stub!(:finder_label_number).and_return(index)
+ @path.stub(:finder_label_number).and_return(index)
@path.finder_label.should == label
end
end
end