Sha256: d52ad6829efefb13a492afbfddaf5cb4d6b3a5e9d607174ba35daa816ea369b7
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
require 'capybara' require 'akephalos' require 'twiauth' require 'yaml' RSpec.configure do |config| config.before(:all) do path = File.dirname(__FILE__) @consumer = YAML::load_file("#{path}/config/config.yml") @test = YAML::load_file("#{path}/config/test.yml") @options = { :access_token => nil } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twiauth-1.0.0.rc3 | spec/spec_helper.rb |