Sha256: 681b49e24c339e4f8d77b7ff3f76f61d16fb84553cf6185d05ff963cfa3f351a
Contents?: true
Size: 564 Bytes
Versions: 4
Compression:
Stored size: 564 Bytes
Contents
Go to the test directory and run this script. Make sure rspec tests are green. cp fresh_copy/test_app . && cd test_app && rails g json_voorhees:setup_app && rails g json_voorhees:create_engine ocean && rails g json_voorhees:massive_scaffold ocean atlantic 1 cold:boolean hot:boolean && rake railties:install:migrations && rake db:migrate RAILS_ENV=development && rake db:migrate RAILS_ENV=test && rake db:migrate RAILS_ENV=production && rspec Remember to delete the copied test_app before commiting! From the test/test_app directory cd .. && rm -rf test_app
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
json_voorhees-1.3.2 | test/test_script.txt |
json_voorhees-1.3.1 | test/test_script.txt |
json_voorhees-1.3.0 | test/test_script.txt |
json_voorhees-1.0.0 | test/test_script.txt |