Sha256: a6f7f1da83a46c03bc75eee7174d400b4d732a59b3396dc37d6bad9c87ba7199

Contents?: true

Size: 197 Bytes

Versions: 14

Compression:

Stored size: 197 Bytes

Contents

begin
  require 'spec'
rescue LoadError
  require 'rubygems'
  gem 'rspec'
  require 'spec'
end

dir = File.dirname(__FILE__)

$:.unshift(File.join(dir, '/../lib/'))
require dir + '/../lib/twitter'

Version data entries

14 entries across 14 versions & 7 rubygems

Version Path
anthonycrumley-twitter-0.3.8 spec/spec_helper.rb
billymeltdown-twitter-0.3.8.1 spec/spec_helper.rb
dschn-twitter-0.3.7.1 spec/spec_helper.rb
dschn-twitter-0.3.7.2 spec/spec_helper.rb
dustin-twitter-0.3.7 spec/spec_helper.rb
handcrafted-twitter-0.4.0 spec/spec_helper.rb
jnunemaker-twitter-0.3.4 spec/spec_helper.rb
jnunemaker-twitter-0.3.5 spec/spec_helper.rb
jnunemaker-twitter-0.3.6 spec/spec_helper.rb
jnunemaker-twitter-0.3.7 spec/spec_helper.rb
jnunemaker-twitter-0.3.8 spec/spec_helper.rb
jnunemaker-twitter-0.4.0 spec/spec_helper.rb
pjdavis-twitter-0.3.8 spec/spec_helper.rb
pjdavis-twitter-0.3.9 spec/spec_helper.rb