README.md in prologue-0.3.11 vs README.md in prologue-0.4.0
- old
+ new
@@ -6,11 +6,11 @@
### What you get
Prologue provides a base Rails 3 application with Devise and Cancan for authentication and authorization. Roles are
stored in the database with a HABTM relationship between the role and user models. You also get a basic admin to manage
users. Prologue also rolls in all of the things we like to have setup in our apps like...
-haml, sass, jquery, cucumber, capybara, mocha, factory_girl, rspec, timecop, autotest, will_paginate, friendly_id, and hoptoad_notifier
+haml, sass, jquery, cucumber, capybara, mocha, factory_girl, rspec, timecop, autotest, evergreen, jasmine, will_paginate, friendly_id, and hoptoad_notifier
Everything is configured and ready to rock your next Rails 3 project. We hope it saves you a mess of time!
### Quick Start
@@ -31,9 +31,10 @@
### Testing generated app
rake spec
rake cucumber
+ rake spec:javascripts
bundle exec autotest
### Issues