Skip to content

Instantly share code, notes, and snippets.

@ghostropic
Forked from zioplox11/Gemfile
Last active August 29, 2015 13:58
Show Gist options
  • Save ghostropic/10312034 to your computer and use it in GitHub Desktop.
Save ghostropic/10312034 to your computer and use it in GitHub Desktop.
gemfile for dev

gemfile for dev/test

group :development, :test do
  gem 'launchy'
  gem 'capybara'
  gem 'pry-rails'
  gem 'rspec'
  gem 'rspec-rails'
  gem 'guard'
  gem 'guard-rspec'
  gem 'guard-bundler', require: false
  gem 'terminal-notifier-guard'
  gem 'shoulda-matchers'
  gem 'rails-erd'
  gem 'factory_girl_rails'
  gem 'rubocop'
  gem 'guard-rubocop'
  gem 'terminal-notifier-guard'
  gem 'annotate'
  gem 'jasmine'
  gem 'selenium-webdriver'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment