Merge pull request #28 from kbarber/ticket/2.2.x/11873-time_spec_failure

(#11873) time function spec failure on Fixnum matcher
This commit is contained in:
Daniel Pittman 2012-01-10 11:01:32 -08:00
commit b082094599

View file

@ -20,7 +20,7 @@ describe "the time function" do
it "should return a number" do
result = @scope.function_time([])
result.class.should(eq(Fixnum))
result.should be_an(Integer)
end
it "should be higher then when I wrote this test" do