mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
Fixed webrat/core.rb to solve problem with Ubuntu, as documented here:
http://webrat.lighthouseapp.com/projects/10503/tickets/12-error-requiring-files-on-ubuntu Fixes #808 (it really does this time!)
This commit is contained in:
parent
b62cc03b78
commit
5c4d27e8cd
1 changed files with 2 additions and 2 deletions
4
vendor/plugins/webrat/lib/webrat/core.rb
vendored
4
vendor/plugins/webrat/lib/webrat/core.rb
vendored
|
|
@ -1,3 +1,3 @@
|
|||
Dir[File.join(File.dirname(__FILE__), "core", "*.rb")].each do |file|
|
||||
require File.expand_path(file)
|
||||
%w{field form label link logging page select_option session}.each do |file|
|
||||
require File.dirname(__FILE__) + "/core/#{file}"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue