Sha256: e3946dc3e0098d2cb4b77ced2c6cc0e8b7b92f6a9b8dbc6ee4974be43b1de364
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
require 'codeclimate-test-reporter' CodeClimate::TestReporter.start require 'minitest/autorun' require 'minitest/reporters' reporter_options = { color: true, slow_count: 5 } Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new(reporter_options)] require 'webmock/minitest' require File.expand_path('../../lib/cineworld_uk.rb', __FILE__)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cineworld_uk-3.1.0 | test/test_helper.rb |
cineworld_uk-3.0.4 | test/test_helper.rb |
cineworld_uk-3.0.3 | test/test_helper.rb |
cineworld_uk-3.0.2 | test/test_helper.rb |