trying to fix an issue with cucumber tests

This commit is contained in:
dinedine 2010-06-24 13:12:39 +02:00
parent 5d7ee3cf67
commit d685fb526c
2 changed files with 6 additions and 2 deletions

View File

@ -35,7 +35,7 @@ group :test do
gem 'rspec-rails', '2.0.0.beta.11'
gem 'factory_girl', :git => 'git://github.com/thoughtbot/factory_girl.git', :branch => 'rails3'
gem 'capybara' #, :git => 'git://github.com/jnicklas/capybara.git'
gem 'cucumber', '0.7.3'
gem 'cucumber' #, '0.7.3'
gem 'cucumber-rails'
gem 'spork'
gem 'launchy'

View File

@ -1,10 +1,12 @@
BOARD:
- asset picker (content instance)
- theme asset picker when editing layout
- refactoring admin crud (pages + layouts + snippets)
- refactor slugify method (use parameterize + create a module)
- missing key: en, admin, theme_assets, images, no_items
BACKLOG:
@ -35,6 +37,8 @@ NICE TO HAVE:
- better icons for mime type
- traffic statistics
- Worker => Heroku / S3 (not so sure finally)
- theme asset picker when editing layout
- page with regexp url ?
DONE: