Sha256: c0fe34d93f412369278841b7d630c46a53976a85f61f3987f25794d3543ec238
Contents?: true
Size: 391 Bytes
Versions: 4
Compression:
Stored size: 391 Bytes
Contents
require 'rspec/core' if defined?(SimpleCov) SimpleCov.start do add_group 'Main', '/lib/' end end require 'appsent' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f} RSpec.configure do |config| config.mock_with :rspec end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
appsent-0.0.4 | spec/spec_helper.rb |
appsent-0.0.3 | spec/spec_helper.rb |
appsent-0.0.2 | spec/spec_helper.rb |
appsent-0.0.1 | spec/spec_helper.rb |