Sha256: c6208328a0cf16cebca964a12d848a780bf74ef1ac3dafdc4ca7d5fc00bd9b82
Contents?: true
Size: 408 Bytes
Versions: 18
Compression:
Stored size: 408 Bytes
Contents
require 'spec_helper' Dir[File.dirname(__FILE__) + "/unit/support/**/*.rb"].each { |f| require f } if defined? SimpleCov SimpleCov.command_name 'unit' end RSpec.configure do |config| config.include UnitExampleGroup, :type => :unit, :example_group => { :file_path => /\bspec\/unit\// } config.mock_with :rspec do |c| c.yield_receiver_to_any_instance_implementation_blocks = true end end
Version data entries
18 entries across 18 versions & 2 rubygems