Sha256: cef27aa20471e42162c4785cd066b26720ef2c96891e01f056735fff58b0e8b0
Contents?: true
Size: 325 Bytes
Versions: 8
Compression:
Stored size: 325 Bytes
Contents
# encoding: utf-8 require "gem_version_check" require "mocha/api" def lock_file_content(filename) IO.read(File.expand_path("../stubs/#{filename}", __FILE__)) end RSpec.configure do |config| config.mock_framework = :mocha config.before do GemVersionCheck.configuration = { :github_host => "github.com" } end end
Version data entries
8 entries across 8 versions & 1 rubygems