Skip to content

Commit

Permalink
Move .rspec file to rspec.sample, because, each dev would build is own
Browse files Browse the repository at this point in the history
dev env :-)

Fix factoryGirl to latest version (2.2.0). Using fix version is perhaps
more simple ?
  • Loading branch information
Yannick Francois committed Oct 15, 2011
1 parent a44b1eb commit a95a4cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -53,7 +53,7 @@ group :development, :test do
else else
gem 'ruby-debug' gem 'ruby-debug'
end end
gem 'factory_girl' gem 'factory_girl', '2.2.0'
gem 'webrat' gem 'webrat'
gem 'rspec-rails', '>= 2.0.0.beta.20' gem 'rspec-rails', '>= 2.0.0.beta.20'
gem 'rcov' gem 'rcov'
Expand Down
File renamed without changes.

0 comments on commit a95a4cb

Please sign in to comment.