git clone https://github.com/turingschool-examples/oregon_sale.git
cd oregon_sale
rvm install 1.9.3
rvm use 1.9.3
brew update
brew install v8
gem install therubyracer
bundle
bundle exec rake db:migrate db:test:prepare
bundle exec rspec spec
git clone https://github.com/turingschool-examples/oregon_sale.git
cd oregon_sale
rvm install 1.9.3
rvm use 1.9.3
brew update
brew install v8
gem install therubyracer
bundle
bundle exec rake db:migrate db:test:prepare
bundle exec rspec spec