Sha256: 4face5d7b96ea3bce43511998c7f5cdd96324b6c73a097eb6d6f1eca376ba22d
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 Bytes
Contents
require 'tumblr' require 'webmock/rspec' WebMock.disable_net_connect! def fixture_path File.expand_path("../fixtures", __FILE__) end def fixture(filename) File.new("#{fixture_path}/#{filename}") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tumblr-rb-2.1.1 | spec/spec_helper.rb |
tumblr-rb-2.1.0 | spec/spec_helper.rb |
tumblr-rb-2.0.0 | spec/spec_helper.rb |
tumblr-rb-2.0.0.alpha | spec/spec_helper.rb |