Commit 9c117f263646635f03b50cac38db4fb830500642

Authored by Tobias Pfeiffer
1 parent 296e322b

The project doesn't use cucumber(anymore?), it uses spinach

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/development.md
... ... @@ -41,5 +41,5 @@
41 41 # Rspec
42 42 bundle exec rake spec
43 43  
44   - # Cucumber
45   - bundle exec rake cucumber
  44 + # Spinach
  45 + bundle exec rake spinach
... ...