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:
commit
b082094599
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue