NoMethodError Exception: undefined method `use_transactional_fixtures with cucumber selenium
2 answers
You may not have installed
gem 'rspec-rails'
or perhaps you didn't need it for its characteristics like
require 'rspec/rails'
use_transaction_fixtures is part of the rspec-rails gem here:
https://github.com/rspec/rspec-rails/blob/master/lib/rspec/rails/fixture_support.rb#L31
Hope this helps you
respectfully
ED
+3
source to share