mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Test against activerecord 4.0.0.beta
This commit is contained in:
parent
253b6f080b
commit
d417d3b5bd
3 changed files with 106 additions and 0 deletions
|
@ -9,3 +9,7 @@ end
|
|||
appraise "3.2" do
|
||||
gem "activerecord", "~> 3.2.11"
|
||||
end
|
||||
|
||||
appraise '4.0' do
|
||||
gem 'activerecord', github: 'rails/rails'
|
||||
end
|
||||
|
|
7
gemfiles/4.0.gemfile
Normal file
7
gemfiles/4.0.gemfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "activerecord", :github=>"rails/rails"
|
||||
|
||||
gemspec :path=>"../"
|
95
gemfiles/4.0.gemfile.lock
Normal file
95
gemfiles/4.0.gemfile.lock
Normal file
|
@ -0,0 +1,95 @@
|
|||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: 40e797827935756aacf0463e4b44e1c1c92b0aeb
|
||||
specs:
|
||||
activemodel (4.0.0.beta)
|
||||
activesupport (= 4.0.0.beta)
|
||||
builder (~> 3.1.0)
|
||||
activerecord (4.0.0.beta)
|
||||
activemodel (= 4.0.0.beta)
|
||||
activerecord-deprecated_finders (= 0.0.2)
|
||||
activesupport (= 4.0.0.beta)
|
||||
arel (~> 3.0.2)
|
||||
activesupport (4.0.0.beta)
|
||||
i18n (~> 0.6)
|
||||
minitest (~> 4.1)
|
||||
multi_json (~> 1.3)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (~> 0.3.33)
|
||||
|
||||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (4.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activerecord-deprecated_finders (0.0.2)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (3.0.2)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
atomic (1.0.1)
|
||||
bourne (1.3.0)
|
||||
mocha (= 0.13.0)
|
||||
builder (3.1.4)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.11.0)
|
||||
json (>= 1.4.6)
|
||||
diff-lcs (1.1.3)
|
||||
ffi (1.3.1)
|
||||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.6.1)
|
||||
json (1.7.6)
|
||||
metaclass (0.0.1)
|
||||
minitest (4.4.0)
|
||||
mocha (0.13.0)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.5.0)
|
||||
rake (10.0.3)
|
||||
rspec (2.12.0)
|
||||
rspec-core (~> 2.12.0)
|
||||
rspec-expectations (~> 2.12.0)
|
||||
rspec-mocks (~> 2.12.0)
|
||||
rspec-core (2.12.2)
|
||||
rspec-expectations (2.12.1)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-mocks (2.12.1)
|
||||
simplecov (0.7.1)
|
||||
multi_json (~> 1.0)
|
||||
simplecov-html (~> 0.7.1)
|
||||
simplecov-html (0.7.1)
|
||||
sqlite3 (1.3.7)
|
||||
thread_safe (0.1.0)
|
||||
atomic
|
||||
timecop (0.5.9)
|
||||
tzinfo (0.3.35)
|
||||
yard (0.8.3)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord!
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
cucumber (~> 1.2.1)
|
||||
factory_girl!
|
||||
mocha (>= 0.12.8)
|
||||
rspec (~> 2.12.0)
|
||||
simplecov
|
||||
sqlite3
|
||||
timecop
|
||||
yard
|
Loading…
Reference in a new issue