mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
7 lines
163 B
Ruby
7 lines
163 B
Ruby
|
|
Webrat.configure do |config|
|
||
|
|
config.mode = :selenium
|
||
|
|
config.application_environment = :selenium
|
||
|
|
end
|
||
|
|
|
||
|
|
Cucumber::Rails::World.use_transactional_fixtures = false
|