Sha256: b01daa6a6a86eec51c41ddb9995cf9d29759a0dc5d13f81233d3ab6b4ad51dd5

Contents?: true

Size: 322 Bytes

Versions: 41

Compression:

Stored size: 322 Bytes

Contents

require 'rspec'

# Console redirection helper
require File.expand_path('../support/capture_output_helper', __FILE__)

RSpec.configure do |config|
  config.include CaptureOutputHelper
end

# Rake::Task matcher helper
RSpec::Matchers.define :have_defined do |task|
  match do |tasks|
    tasks.task_defined?(task)
  end
end

Version data entries

41 entries across 41 versions & 3 rubygems

Version Path
rake-compiler-1.2.2 spec/spec_helper.rb
rake-compiler-1.2.1 spec/spec_helper.rb
rake-compiler-1.2.0 spec/spec_helper.rb
rake-compiler-1.1.9 spec/spec_helper.rb
rake-compiler-1.1.8 spec/spec_helper.rb
rake-compiler-1.1.7 spec/spec_helper.rb
rake-compiler-1.1.6 spec/spec_helper.rb
rake-compiler-1.1.5 spec/spec_helper.rb
rake-compiler-1.1.4 spec/spec_helper.rb
rake-compiler-1.1.3 spec/spec_helper.rb
rake-compiler-1.1.2 spec/spec_helper.rb
rake-compiler-1.1.1 spec/spec_helper.rb
rake-compiler-1.1.0 spec/spec_helper.rb
rake-compiler-1.0.9 spec/spec_helper.rb
rake-compiler-1.0.8 spec/spec_helper.rb
rake-compiler-1.0.7 spec/spec_helper.rb
rake-compiler-1.0.6 spec/spec_helper.rb
rake-compiler-1.0.5 spec/spec_helper.rb
rake-compiler-1.0.4 spec/spec_helper.rb
rake-compiler-1.0.3 spec/spec_helper.rb