Created
June 5, 2011 02:54
-
-
Save kmiyake/1008597 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %w( | |
| rspec-rails | |
| rb-fsevent | |
| growl | |
| ).each do |pkg| | |
| gem pkg, :group => [:development, :test] | |
| end | |
| %w( | |
| factory_girl_rails | |
| capybara | |
| guard-rspec | |
| ).each do |pkg| | |
| gem pkg, :group => :test | |
| end | |
| run "bundle install" | |
| generate("rspec:install") | |
| run "guard init rspec" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment