mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 22:41:48 +01:00
fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
This commit is contained in:
parent
4927f39594
commit
d9db33bc0d
194 changed files with 75 additions and 48324 deletions
|
|
@ -23,7 +23,7 @@ config.action_controller.allow_forgery_protection = false
|
|||
config.action_controller.session_store = :cookie_store
|
||||
config.action_controller.session = { :key => 'TracksTest', :secret => SITE_CONFIG['salt'] * (30.0 / SITE_CONFIG['salt'].length).ceil }
|
||||
|
||||
# Overwrite the default settings for fixtures in tests. See Fixtures
|
||||
# Overwrite the default settings for fixtures in tests. See Fixtures
|
||||
# for more details about these settings.
|
||||
# config.transactional_fixtures = true
|
||||
# config.instantiated_fixtures = false
|
||||
|
|
@ -31,8 +31,3 @@ config.action_controller.session = { :key => 'TracksTest', :secret => SITE_CONFI
|
|||
SITE_CONFIG['salt'] ||= 'change-me'
|
||||
|
||||
config.time_zone = 'UTC'
|
||||
|
||||
config.after_initialize do
|
||||
require File.expand_path(File.dirname(__FILE__) + "/../../test/selenium_helper")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue