Sha256: 4885c5087df329a8b9c40551e9caf2adaf83dfdcb26782bb5a0de2c43926cdfe

Contents?: true

Size: 356 Bytes

Versions: 5

Compression:

Stored size: 356 Bytes

Contents

require 'rubygems'
lib_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)

gem 'rspec'
require 'spec'
require 'spec/mocks'

def fixture_path(path)
  File.join(File.dirname(__FILE__), '..', 'fixtures', path)
end

def read_fixture(path)
  File.read(fixture_path(path))
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twitter-stream-0.1.4 spec/spec_helper.rb
twitter-stream-0.1.3 spec/spec_helper.rb
twitter-stream-0.1.2 spec/spec_helper.rb
twitter-stream-0.1.1 spec/spec_helper.rb
twitter-stream-0.1.0 spec/spec_helper.rb