Sha256: dd1769b15142c36713afa14212613e09dafe3aa94527c9ea4915485942a4f3df

Contents?: true

Size: 330 Bytes

Versions: 8

Compression:

Stored size: 330 Bytes

Contents

# Coverage
if ENV['CODECLIMATE_REPO_TOKEN']
  require 'codeclimate-test-reporter'
  CodeClimate::TestReporter.start
elsif ENV['COVERAGE']
  require 'simplecov'
  SimpleCov.start do
    add_group 'Libraries', 'lib'
  end
end

# Source files
require './lib/social_url'

# Support
require 'minitest/autorun'
require 'minitest/pride'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
social-url-1.1.0 test/test_helper.rb
social-url-1.0.3 test/test_helper.rb
social-url-1.0.2 test/test_helper.rb
social-url-1.0.1 test/test_helper.rb
social-url-1.0.0 test/test_helper.rb
social-url-0.3.0 test/test_helper.rb
social-url-0.2.0 test/test_helper.rb
social-url-0.1.1 test/test_helper.rb