add factory girl and move some gems

This commit is contained in:
Benjamin Neff 2015-06-14 23:18:09 +02:00
parent f0591a745b
commit c7298068f6
2 changed files with 18 additions and 9 deletions

21
Gemfile
View file

@ -11,7 +11,7 @@ gemspec
# your gem to rubygems.org. # your gem to rubygems.org.
group :development do group :development do
gem "rubocop", "0.32.0" gem "rubocop", "0.32.0"
# Debugging # Debugging
gem "pry" gem "pry"
@ -20,17 +20,20 @@ group :development do
end end
group :test do group :test do
gem "codeclimate-test-reporter", require: false gem "rspec-instafail", "0.2.6", require: false
gem "fuubar", "2.0.0"
gem "nyan-cat-formatter", require: false
# test coverage
gem "simplecov", "0.10.0", require: false
gem "codeclimate-test-reporter", require: false
# test helpers
gem "factory_girl_rails", "4.5.0"
end end
group :development, :test do group :development, :test do
gem "rspec-rails", "3.2.3" gem "rspec-rails", "3.2.3"
gem "rspec-instafail", "0.2.6", require: false
gem "fuubar", "2.0.0"
gem "nyan-cat-formatter", require: false
# test coverage
gem "simplecov", "0.10.0", require: false
# test database # test database
gem "sqlite3" gem "sqlite3"

View file

@ -56,6 +56,11 @@ GEM
diff-lcs (1.2.5) diff-lcs (1.2.5)
docile (1.1.5) docile (1.1.5)
erubis (2.7.0) erubis (2.7.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
fuubar (2.0.0) fuubar (2.0.0)
rspec (~> 3.0) rspec (~> 3.0)
ruby-progressbar (~> 1.4) ruby-progressbar (~> 1.4)
@ -170,6 +175,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
codeclimate-test-reporter codeclimate-test-reporter
diaspora_federation! diaspora_federation!
factory_girl_rails (= 4.5.0)
fuubar (= 2.0.0) fuubar (= 2.0.0)
nyan-cat-formatter nyan-cat-formatter
pry pry