Remove command to run seed_fu. [CI SKIP]

`SeedFu.seed` is called when migrating the database.
This commit is contained in:
Guo Xiang Tan 2015-05-24 12:33:56 +08:00
parent 238fdb20aa
commit 4bfbc38034
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i
1. `bundle install`
2. Start up Redis by running `redis-server`
3. `bundle exec rake db:create db:migrate db:test:prepare db:seed_fu`
3. `bundle exec rake db:create db:migrate db:test:prepare`
4. Try running the specs: `bundle exec rake autospec`
5. `bundle exec rails server`