Make all spec work, switch to thoughtbot way of integration testing

This commit is contained in:
2013-04-10 17:06:47 +02:00
parent 7b71e677c9
commit 20fa6ac805
12 changed files with 175 additions and 220 deletions
+8
View File
@@ -26,6 +26,14 @@ module JSON
end
end
end
MultiJson.engine = :json_gem
require 'simply_stored'
module SimplyStored::Couch
def freeze
self
end
end
module Qwaiter
class Application < Rails::Application