mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
if you want to run it, update your database.yml to include cucumber and selenium environments (like in the .tmpl) and run RAILS_ENV=selenium cucumber -p selenium
6 lines
163 B
Ruby
6 lines
163 B
Ruby
Webrat.configure do |config|
|
|
config.mode = :selenium
|
|
config.application_environment = :selenium
|
|
end
|
|
|
|
Cucumber::Rails::World.use_transactional_fixtures = false
|