Use latest with_model gem
Now with_model clears the association class cache between specs, which fixes a test pollution problem.
This commit is contained in:
parent
9eebeb2155
commit
98312940e4
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ case ENV["MODEL_ADAPTER"]
|
||||||
when nil, "active_record"
|
when nil, "active_record"
|
||||||
gem "sqlite3"
|
gem "sqlite3"
|
||||||
gem "activerecord", '~> 3.0.9', :require => "active_record"
|
gem "activerecord", '~> 3.0.9', :require => "active_record"
|
||||||
gem "with_model", '~> 0.1.5'
|
gem "with_model", "~> 0.2.5"
|
||||||
gem "meta_where"
|
gem "meta_where"
|
||||||
when "data_mapper"
|
when "data_mapper"
|
||||||
gem "dm-core", "~> 1.0.2"
|
gem "dm-core", "~> 1.0.2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user