mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
Upgrade Selenium on Rails to r140
This commit is contained in:
parent
156862200b
commit
40074c71ad
117 changed files with 16789 additions and 8867 deletions
|
|
@ -3,7 +3,7 @@ class SwitchEnvironmentController < ActionController::Base
|
|||
readme_path = File.expand_path File.join(File.dirname(__FILE__), '..', 'README')
|
||||
render :status => 500, :locals => {:readme_path => readme_path }, :inline => <<END
|
||||
<p>
|
||||
Selenium on Rails is only activated for <%= SeleniumOnRailsConfig.new.get(:environments).join ', ' %>
|
||||
Selenium on Rails is only activated for <%= SeleniumOnRailsConfig.get(:environments).join ', ' %>
|
||||
environment<%= SeleniumOnRailsConfig.get(:environments).size > 1 ? 's' : '' %> (you're running
|
||||
<%= RAILS_ENV %>).
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue