Project

General

Profile

« Previous | Next » 

Revision 7fbc4dfa

Added by Peter Lehwess almost 6 years ago

Fixes #24293 - Fix ability to run single tests

View differences:

test/integration_test_helper.rb
include Capybara::DSL
include ShowMeTheCookies
class << self
alias_method :test, :it
end
# Stop ActiveRecord from wrapping tests in transactions
self.use_transactional_tests = false

Also available in: Unified diff