Skip to content

Commit

Permalink
Replace 1.9-incompatible spec-unit with shoulda.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odaeus committed Jun 28, 2011
1 parent c12e862 commit 4ea9c98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/helpers.rb
Expand Up @@ -2,11 +2,10 @@
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
require "ruport"
begin; require "rubygems"; rescue LoadError; nil; end
require "spec-unit"
require "shoulda"
require "mocha"

class Test::Unit::TestCase
include SpecUnit
include Ruport
end

Expand Down

0 comments on commit 4ea9c98

Please sign in to comment.