Skip to content

Instantly share code, notes, and snippets.

@samkeen
Last active December 14, 2015 16:58
Show Gist options
  • Save samkeen/5118764 to your computer and use it in GitHub Desktop.
Save samkeen/5118764 to your computer and use it in GitHub Desktop.

ROR At SI

Recomended Reading

Overall Strategies

  • use Rspec rather than default TestUnit
rails new foo --skip-test-unit
gem "rspec-rails", "~> 2.12.2"
gem "factory_girl_rails", "~> 4.2.0"

(we also standardize on using Factory Girl)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment