Sha256: 260eaae49fff4caa21074e60423a095cd4ddbdd8f812cac14d570590816440ad
Contents?: true
Size: 420 Bytes
Versions: 2
Compression:
Stored size: 420 Bytes
Contents
require 'gnip_api' require 'pry' require 'timecop' require 'byebug' def configure_gem GnipApi.configure do |config| config.user = "someone" config.password = "lolcat" config.account = "something" config.source = 'twitter' config.label = 'prod' config.debug = false end end def fixture_path Pathname.new('spec/fixtures') end def read_fixture path File.read(fixture_path.join(path)) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gnip_api-1.2.4 | spec/spec_helper.rb |
gnip_api-1.2.3 | spec/spec_helper.rb |