Sha256: c93c19114c5f26cd6870a3b120482dc4abb65f1b2a1dd83916bb354bf6de5b4d
Contents?: true
Size: 475 Bytes
Versions: 5
Compression:
Stored size: 475 Bytes
Contents
require 'simplecov' SimpleCov.start require 'coveralls' Coveralls.wear! require 'httpclient' require 'mocha/api' require 'webmock/rspec' spec_helper = Pathname.new(__FILE__).realpath lib_path = File.expand_path("../../lib", spec_helper) $:.unshift(lib_path) $ROOT = File.expand_path("../", lib_path) Dir.glob(File.join(lib_path, '/**/*.rb')).each do |file| require file end def load_fixture(filename) File.read(File.join($ROOT, "spec/fixtures/#{filename}")) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ns-yapi-0.2.1 | spec/spec_helper.rb |
ns-yapi-0.2.0 | spec/spec_helper.rb |
ns-yapi-0.1.2 | spec/spec_helper.rb |
ns-yapi-0.1.1 | spec/spec_helper.rb |
ns-yapi-0.1 | spec/spec_helper.rb |