Kouhei Sutou
null+****@clear*****
Mon Mar 21 11:26:39 JST 2016
Kouhei Sutou 2016-03-21 11:26:39 +0900 (Mon, 21 Mar 2016) New Revision: ccbafbe5b6420d88d0f7ce3c1712f77ba6126d25 https://github.com/ranguba/groonga-client-rails/commit/ccbafbe5b6420d88d0f7ce3c1712f77ba6126d25 Message: Use Factory Girl Modified files: test/fixtures/rails4-mongoid/Gemfile test/fixtures/rails4-mongoid/Gemfile.lock Modified: test/fixtures/rails4-mongoid/Gemfile (+2 -1) =================================================================== --- test/fixtures/rails4-mongoid/Gemfile 2016-03-21 11:17:17 +0900 (3bca7f5) +++ test/fixtures/rails4-mongoid/Gemfile 2016-03-21 11:26:39 +0900 (9512dcd) @@ -35,6 +35,8 @@ gem 'mongoid', '~> 5.1.0' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' + + gem 'factory_girl_rails' end group :development do @@ -44,4 +46,3 @@ group :development do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end - Modified: test/fixtures/rails4-mongoid/Gemfile.lock (+6 -0) =================================================================== --- test/fixtures/rails4-mongoid/Gemfile.lock 2016-03-21 11:17:17 +0900 (8d78718) +++ test/fixtures/rails4-mongoid/Gemfile.lock 2016-03-21 11:26:39 +0900 (ddab26f) @@ -53,6 +53,11 @@ GEM debug_inspector (0.0.2) erubis (2.7.0) execjs (2.6.0) + factory_girl (4.5.0) + activesupport (>= 3.0.0) + factory_girl_rails (4.6.0) + factory_girl (~> 4.5.0) + railties (>= 3.0.0) globalid (0.3.6) activesupport (>= 4.1.0) i18n (0.7.0) @@ -152,6 +157,7 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.1.0) + factory_girl_rails jbuilder (~> 2.0) jquery-rails mongoid (~> 5.1.0) -------------- next part -------------- HTML����������������������������...Download