Sha256: 9f2f991fa49d4bf830832c43cfdc4b83d82bd93e11012ad0a75319a97f554ba1

Contents?: true

Size: 175 Bytes

Versions: 7

Compression:

Stored size: 175 Bytes

Contents

require 'rspec'
require 'ratatouille'

RSpec.configure do |config|
  config.color_enabled = true
  config.mock_with :rspec
end

class RatifierTest < Ratatouille::Ratifier
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ratatouille-1.4.3 spec/spec_helper.rb
ratatouille-1.4.2 spec/spec_helper.rb
ratatouille-1.4.0 spec/spec_helper.rb
ratatouille-1.3.8 spec/spec_helper.rb
ratatouille-1.3.6 spec/spec_helper.rb
ratatouille-1.3.4 spec/spec_helper.rb
ratatouille-1.3.2 spec/spec_helper.rb