Sha256: 3fa05658d43b73bb39cb02daa912d9e669464b4dfb753406e16863f9e92a31e6

Contents?: true

Size: 517 Bytes

Versions: 3

Compression:

Stored size: 517 Bytes

Contents

Dir[File.dirname(__FILE__) + "/../lib/**/*.rb"].each { |f| require f }

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

3 entries across 3 versions & 1 rubygems

Version Path
pgbackups-archive-0.2.1 test/minitest_helper.rb
pgbackups-archive-0.2.0 test/minitest_helper.rb
pgbackups-archive-0.1.0 test/minitest_helper.rb