Sha256: d3643598d2a85bfe3c99a8a3bbc509bd56ac3402ca26ba4a808c80476e978af6
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
# load path for ruby 2.x $:<< File.join(File.dirname(__FILE__), '..') require 'lib/apprank' include Apprank RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end end module SpecHelper def self.data open('./spec/fixtures/data.json') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
apprank-1.0.1 | spec/spec_helper.rb |
apprank-1.0.0 | spec/spec_helper.rb |