-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
What Ruby, Rails and RSpec versions are you using?
Ruby version: 2.4.10
Rails version: 4.2.11.3
RSpec version: 4.1.0
Observed behaviour
RSpec 4.1 does not work start on Rails 4.2.11.3, while 4.0 does
Failure/Error: example.run
NameError:
undefined local variable or method `use_transactional_tests' for #<RSpec::ExampleGroups::Welcome::Index:0x00007fcb64cdbf40>
Did you mean? use_transactional_fixtures
Tracked down with git bisect down to 073daad
Expected behaviour
Keeps working with Rails 4.1 or gemspec specifies >= 5.0 to prevent update to 4.1
https://github.com/rspec/rspec-rails/blob/main/rspec-rails.gemspec#L36
Can you provide an example app?
Travis CI failure: https://travis-ci.org/github/diowa/ruby2-rails4-bootstrap-heroku/builds/761888443
swiehr
Metadata
Metadata
Assignees
Labels
No labels