Skip to content

Commit

Permalink
Don't require test/unit too early.
Browse files Browse the repository at this point in the history
If so, triggers autorun with cucumber causing a 
non-zero exit status.
  • Loading branch information
cmeiklejohn committed Jul 6, 2012
1 parent b554a1e commit b15bb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -52,7 +52,7 @@ group :test do
gem 'nokogiri'
gem 'rack-test', :require => 'rack/test'
gem 'rr'
gem 'shoulda'
gem 'shoulda', :require => false
#gem 'test-unit', :require => 'test/unit'
gem 'timecop'
gem 'webmock'
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -40,6 +40,7 @@ class ActionController::TestCase
end
end

require 'shoulda'
require 'clearance/testing'
require 'capybara/rails'

Expand Down

0 comments on commit b15bb01

Please sign in to comment.