public
Fork of monstersofruby/mor2
Description:
Homepage:
Clone URL: git://github.com/flype/mor2.git
javier (author)
Sat Apr 25 16:05:21 -0700 2009
commit  22744b1a0eba9e6345621aea2ccbae735fb9bd72
tree    a7acad54974ce256c58fe0a3723506daad29c442
parent  150897d2469c08c7f68c00ffe4efd0bc6ad55704
mor2 /
name age message
file .DS_Store Loading commit data...
file .gitignore Fri Apr 24 12:41:46 -0700 2009 Monsters, go! [porras]
file README.md Sat Apr 25 03:47:48 -0700 2009 More frozen gems and some tweaks [porras]
file Rakefile Fri Apr 24 12:41:46 -0700 2009 Monsters, go! [porras]
directory app/
directory config/
directory db/
directory doc/ Fri Apr 24 12:41:46 -0700 2009 Monsters, go! [porras]
directory features/
directory lib/
directory public/
directory script/ Fri Apr 24 12:41:46 -0700 2009 Monsters, go! [porras]
directory spec/
directory test/
directory vendor/
directory wireframes/ Sat Apr 25 03:27:01 -0700 2009 Add wireframes in PNG and OmniGraffle format [christos]
README.md

Quick Start

  • Fork this repo
  • Clone yours
  • cp config/database.yml.example config/database.yml
  • sudo rake gems:install
  • rake
  • Play!

Required gems

This sample app comes with its required libs and dependencies frozen in vendor:

  • Rails 2.3.2
  • Rspec
  • Rspec Rails
  • Cucumber
  • Webrat
  • Selenium Client
  • DbCleaner

Nokogiri requires native extensions, that's why you have to sudo rake gems:install.

Rake tasks

  • rake -> run basic tests (specs & basic features)
  • rake spec -> run specs
  • rake features -> run basic features
  • rake features:advanced -> run advanced features
  • rake features:all -> run all features
  • rake test:all -> run all tests (specs & all features)

Delete or edit lib/tasks/tasks.rake if you prefer Test::Unit to Rspec.