Sha256: 1e9e1142f1c445087a3180f88329866e428050e1119a5605fc752e3e8d468367

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

# simplecov
require 'simplecov' if ENV['COVERAGE']

require 'rubygems'
require 'minitest/spec'
require 'minitest/autorun'

require 'nested_config'

class NestedConfigSpec < MiniTest::Spec
  class << self
    alias :test :it
    alias :context :describe
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nested_config-0.4.0 test/helper.rb
nested_config-0.3.0 test/helper.rb
nested_config-0.2.1 test/helper.rb
nested_config-0.2.0 test/helper.rb