Skip to content

Commit

Permalink
Add MiniTest support
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Jun 15, 2012
1 parent 4705fae commit 859cfc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/time_warp.rb
Expand Up @@ -34,6 +34,14 @@ class TestCase
end
end

module MiniTest
class Unit
class TestCase
include ::TimeWarpAbility
end
end
end

module RSpec
module Core
class ExampleGroup
Expand Down

0 comments on commit 859cfc5

Please sign in to comment.