Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 216 Bytes

README.rdoc

File metadata and controls

11 lines (9 loc) · 216 Bytes

README

Test app

  • rake db:drop db:create db:migrate

  • rake db:seed

  • rake searchkick:reindex CLASS=Product (gem searchkick для elasticsearch)

  • rake db:test:prepare

  • cucumber features/

  • rspec spec

  • rails s