Use FakeWeb to fake web requests on specs

This commit is contained in:
Jaime Iniesta
2013-02-13 11:32:18 +01:00
parent 6995e75d41
commit e4c1b9702b
15 changed files with 3457 additions and 14 deletions

View File

@@ -70,6 +70,10 @@ group :assets do
gem 'uglifier'
end
group :test do
gem "fakeweb", "~> 1.3.0"
end
group :test, :development do
gem 'certified'
gem 'fabrication'