Sha256: a458e2de7603fc1112709554acffc362de5ed92d5be3692c5f5eebb8d9db56ad

Contents?: true

Size: 250 Bytes

Versions: 14

Compression:

Stored size: 250 Bytes

Contents

require 'coverage_helper'
require 'minitest/autorun'
require 'minitest/colorin'
require 'pry-nav'
require 'rasti-form'

module Minitest
  class Test
    def as_string(value)
      value.is_a?(::String) ? "'#{value}'" : value.inspect
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rasti-form-3.1.2 spec/minitest_helper.rb
rasti-form-3.1.1 spec/minitest_helper.rb
rasti-form-3.1.0 spec/minitest_helper.rb
rasti-form-3.0.0 spec/minitest_helper.rb
rasti-form-2.2.0 spec/minitest_helper.rb
rasti-form-2.1.0 spec/minitest_helper.rb
rasti-form-2.0.0 spec/minitest_helper.rb
rasti-form-1.1.1 spec/minitest_helper.rb
rasti-form-1.1.0 spec/minitest_helper.rb
rasti-form-1.0.3 spec/minitest_helper.rb
rasti-form-1.0.2 spec/minitest_helper.rb
rasti-form-1.0.1 spec/minitest_helper.rb
rasti-form-1.0.0 spec/minitest_helper.rb
rasti-form-0.1.0 spec/minitest_helper.rb