Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 346 Bytes

README.rdoc

File metadata and controls

15 lines (8 loc) · 346 Bytes

Simple CRUD application based on RAILS and AJAX

There is an .rvmrc file provided

Using a Linux terminal, cd in the project folder. This allow the .rvmrc file to create and select the 1.9.3@visa_test gemset

Run bundle install

Run rake db:migrate

Lunch the config.ru on 9292 port

Run rake, this will run the set of rspec and Cucumber tests.