- cd living-social
- rake db:create:all
- rake db:migrate
- rails server
- Open up a web browser and navigate to 'http://localhost:3000/acquisition/new'
- It will prompt for a file that contains the acquisition information
- rake db:test:load
- rake db:test:prepare
- rake test
###Single test
- ruby -Itest test/unit/order_test.rb
- ruby -Itest test/unit/item_test.rb
- ruby -Itest test/unit/merchant_test.rb
- ruby -Itest test/functional/acquisition_controller_test.rb
Built using ruby 1.8.7 and Rails 3.0.5