Another test

This commit is contained in:
Godwin 2014-07-05 14:32:21 -06:00
parent 7663917dfe
commit 853aa63df0

View File

@ -38,7 +38,7 @@ group :development do
gem 'meta_request' gem 'meta_request'
gem 'haml-rails' gem 'haml-rails'
gem 'awesome_print' gem 'awesome_print'
#gem 'rails-footnotes', :github => 'josevalim/rails-footnotes' gem 'rails-footnotes', :github => 'josevalim/rails-footnotes'
end end
group :test do group :test do
@ -50,7 +50,7 @@ group :test do
gem 'selenium-webdriver' gem 'selenium-webdriver'
gem 'simplecov', require: false gem 'simplecov', require: false
gem 'webmock', require: false gem 'webmock', require: false
#gem 'wdm', '>= 0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i gem 'wdm', '>= 0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i
end end
group :staging, :production do group :staging, :production do