spec/spec_helper.rb in twiauth-1.0.0.rc2 vs spec/spec_helper.rb in twiauth-1.0.0.rc3
- old
+ new
@@ -6,7 +6,8 @@
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
\ No newline at end of file