Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 493 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 493 Bytes

Plataforma booka

This is the Rails 3.1 application for plataformabooka.net

For developers

Cucumber, Rspec and Spork

Prepare test environment database: {{{

RAILS_ENV=test rake db:setup }}} Start Spork server using Guard: {{{ guard }}} you should see: {{{ Spork is ready and listening on 8990! Spork is ready and listening on 8989! }}} Run cucumber features: {{{ cucumber -p all }}} (Using the profile all because the default profile only run features tagged with @current)