Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Use latest with_model gem
Browse files Browse the repository at this point in the history
Now with_model clears the association class cache
between specs, which fixes a test pollution
problem.
  • Loading branch information
nertzy committed Nov 3, 2011
1 parent 9eebeb2 commit 9831294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ case ENV["MODEL_ADAPTER"]
when nil, "active_record"
gem "sqlite3"
gem "activerecord", '~> 3.0.9', :require => "active_record"
gem "with_model", '~> 0.1.5'
gem "with_model", "~> 0.2.5"
gem "meta_where"
when "data_mapper"
gem "dm-core", "~> 1.0.2"
Expand Down

0 comments on commit 9831294

Please sign in to comment.