Sha256: 18c93695ed05c75cb18cf4006f0c34dedd92ad6592b629b2dc3a7c73db07916a
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
require 'rspec' require 'webmock/rspec' $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib') require 'blue_state_digital' Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end def fixture_path File.expand_path("../fixtures", __FILE__) end def fixture(file) File.new(File.join(fixture_path, '/', file)) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blue_state_digital-0.7.0 | spec/spec_helper.rb |
blue_state_digital-0.6.0 | spec/spec_helper.rb |