Skip to content

Commit

Permalink
test unit auto runner hack removed
Browse files Browse the repository at this point in the history
  • Loading branch information
morozovm committed Sep 9, 2017
1 parent 82653d9 commit 881dd31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion spec/dummy_no_webpacker/Gemfile.rails32
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ group :test do
gem "rspec-retry"
gem "selenium-webdriver"
gem "rails3-before_action"
gem 'test-unit', '~> 3.0'
gem 'test-unit', '~> 3.0', :require => false
gem "equivalent-xml", github: "mbklein/equivalent-xml"
end
2 changes: 0 additions & 2 deletions spec/react_on_rails/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
Rails.backtrace_cleaner.remove_silencers!

require_relative "./simplecov_helper"
# prevent Test::Unit's AutoRunner from executing during RSpec's rake task
Test::Unit.run = true if defined?(Test::Unit) && Test::Unit.respond_to?(:run=)

unless File.basename(ENV["BUNDLE_GEMFILE"] || "") == "Gemfile.rails32"
require "webpacker"
Expand Down

0 comments on commit 881dd31

Please sign in to comment.