Sha256: 09e1b5d99126686013d06d96d9f513f15945fac64db14f0412217c0fcd91e3f7

Contents?: true

Size: 625 Bytes

Versions: 5

Compression:

Stored size: 625 Bytes

Contents

require 'simplecov'

module SimpleCov::Configuration
  def clean_filters
    @filters = []
  end
end

SimpleCov.configure do
  clean_filters
  load_adapter 'test_frameworks'
end

ENV["COVERAGE"] && SimpleCov.start do
  add_filter "/.rvm/"
end
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rspec'
require '<%= "retrospec-#{plugin_name}" %>'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
retrospec-plugingen-0.3.0 lib/retrospec/plugins/v1/plugin/templates/module_files/spec/spec_helper.rb.retrospec.erb
retrospec-plugingen-0.2.2 lib/retrospec/plugins/v1/plugin/templates/module_files/spec/spec_helper.rb.retrospec.erb
retrospec-plugingen-0.2.1 lib/retrospec/plugins/v1/plugin/templates/module_files/spec/spec_helper.rb
retrospec-plugingen-0.2.0 lib/retrospec/plugins/v1/plugin/templates/module_files/spec/spec_helper.rb
retrospec-plugingen-0.1.0 lib/retrospec/plugins/v1/plugin/templates/module_files/spec/spec_helper.rb