mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Add additional comments to Gemfile
This commit is contained in:
parent
542ea5101e
commit
4d92a40a8d
1 changed files with 9 additions and 0 deletions
9
Gemfile
9
Gemfile
|
@ -46,9 +46,18 @@ group :development do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
# Replacement for fixtures
|
||||||
gem 'fabrication', '~> 2.11.3'
|
gem 'fabrication', '~> 2.11.3'
|
||||||
|
|
||||||
|
# Library to generate fake data
|
||||||
gem 'faker', '~> 1.3.0'
|
gem 'faker', '~> 1.3.0'
|
||||||
|
|
||||||
|
# For debugging
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
|
|
||||||
|
# Testing framework
|
||||||
gem 'rspec-rails', '~> 3.0.1'
|
gem 'rspec-rails', '~> 3.0.1'
|
||||||
|
|
||||||
|
# Additional matchers for RSpec
|
||||||
gem 'shoulda-matchers', '~> 2.6.1', require: false
|
gem 'shoulda-matchers', '~> 2.6.1', require: false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue