mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
update cucumber and refactor some of the stories
inspired by the railscasts about cucumber. Also fix a problem with ZenTest on case sensitive platforms
This commit is contained in:
parent
bdddac5020
commit
2073f84cd8
11 changed files with 90 additions and 128 deletions
|
|
@ -47,7 +47,7 @@ config.after_initialize do
|
|||
end
|
||||
|
||||
config.gem "flexmock"
|
||||
config.gem "ZenTest"
|
||||
config.gem "ZenTest", :lib => "zentest"
|
||||
config.gem "hpricot"
|
||||
config.gem "hoe"
|
||||
|
||||
|
|
@ -55,4 +55,5 @@ config.gem "hoe"
|
|||
# the rspec.task file
|
||||
config.gem "rspec-rails", :lib => false, :version => ">=1.2.2"
|
||||
config.gem "webrat", :lib => false, :version => ">=0.4.3"
|
||||
config.gem "cucumber", :lib => false, :version => ">=0.2.2"
|
||||
config.gem "cucumber", :lib => false, :version => ">=0.3.0"
|
||||
config.gem "thoughtbot-factory_girl", :lib => "factory_girl", :source => "http://gems.github.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue