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:
Reinier Balt 2011-09-14 11:29:50 +02:00
parent 4927f39594
commit d9db33bc0d
194 changed files with 75 additions and 48324 deletions

View file

@ -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