mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 13:58:49 +01:00
add config.gem lines for test so rake gems works for setting up test environment
This commit is contained in:
parent
cd3f458f6e
commit
015dc84f3b
1 changed files with 5 additions and 1 deletions
|
|
@ -44,4 +44,8 @@ config.time_zone = 'UTC'
|
|||
|
||||
config.after_initialize do
|
||||
require File.expand_path(File.dirname(__FILE__) + "/../../test/selenium_helper")
|
||||
end
|
||||
end
|
||||
|
||||
config.gem "flexmock"
|
||||
config.gem "ZenTest"
|
||||
config.gem "hpricot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue