Sha256: 1237f516a74eafc38cc8854ffb453bc504bfa005374070b86bc0b8cd082242d8

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require "rails/test_help"

require "minitest/autorun"
require "minitest/rails"

Rails.backtrace_cleaner.remove_silencers!

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sketchily-1.1.0 spec/spec_helper.rb
sketchily-1.0.3 spec/spec_helper.rb
sketchily-1.0.2 spec/spec_helper.rb
sketchily-1.0.1 spec/spec_helper.rb
sketchily-1.0.0 spec/spec_helper.rb
sketchily-0.3.0 spec/spec_helper.rb
sketchily-0.2.0 spec/spec_helper.rb
sketchily-0.1.0 spec/spec_helper.rb
sketchily-0.0.2 spec/spec_helper.rb