提交 6e7e01c7 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #78 from ariejan/fix_gemfile_shoulda

Moved shoulda to the :test group in Gemfile.
......@@ -37,7 +37,6 @@ end
group :development, :test do
gem 'rspec-rails'
gem "shoulda", "~> 3.0.0.beta2"
gem 'capybara'
gem 'autotest'
gem 'autotest-rails'
......@@ -51,4 +50,5 @@ end
group :test do
gem 'turn', :require => false
gem 'simplecov', :require => false
gem "shoulda", "~> 3.0.0.beta2"
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册