Add additional comments to Gemfile

This commit is contained in:
Martin Lensment 2014-06-16 17:25:31 +03:00
parent 542ea5101e
commit 4d92a40a8d

View file

@ -46,9 +46,18 @@ group :development do
end
group :development, :test do
# Replacement for fixtures
gem 'fabrication', '~> 2.11.3'
# Library to generate fake data
gem 'faker', '~> 1.3.0'
# For debugging
gem 'pry'
# Testing framework
gem 'rspec-rails', '~> 3.0.1'
# Additional matchers for RSpec
gem 'shoulda-matchers', '~> 2.6.1', require: false
end