spec/spec_helper.rb in gnip_api-0.0.4 vs spec/spec_helper.rb in gnip_api-0.0.5
- old
+ new
@@ -7,9 +7,11 @@
GnipApi.configure do |config|
config.user = "someone"
config.password = "lolcat"
config.account = "something"
config.adapter_class = TestAdapter
+ config.source = 'twitter'
+ config.label = 'prod'
end
end
def fixture_path
Pathname.new('spec/fixtures')