Sha256: 89b33f77625b79390aaba9b31fc9b863d57435e8a6ba6cb1ffe426b3ce7eb945

Contents?: true

Size: 443 Bytes

Versions: 5

Compression:

Stored size: 443 Bytes

Contents

if RUBY_ENGINE == "ruby"
  begin
    require "simplecov"
    SimpleCov.start do
      add_filter "test"
      add_filter "config"
      command_name "MiniTest"
    end
  rescue LoadError
    warn "unable to load SimpleCov"
  end
end

require "thincloud/test"

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
thincloud-deployment-1.0.1 test/minitest_helper.rb
thincloud-test-1.0.0 lib/thincloud/test/templates/minitest_helper.rb
thincloud-test-1.0.0.rc1 lib/thincloud/test/templates/minitest_helper.rb
thincloud-deployment-1.0.0 test/minitest_helper.rb
thincloud-test-1.0.0.pre lib/thincloud/test/templates/minitest_helper.rb