Skip to content

Instantly share code, notes, and snippets.

@kmiyake
Created June 5, 2011 02:54
Show Gist options
  • Save kmiyake/1008597 to your computer and use it in GitHub Desktop.
Save kmiyake/1008597 to your computer and use it in GitHub Desktop.
%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