Sha256: a07de2568082115d3085a4398ede87728523106f7412b8ae9011d5eb5c6ce2b6
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 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") end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twiauth-1.0.0.rc2 | spec/spec_helper.rb |
twiauth-1.0.0.rc1 | spec/spec_helper.rb |