Sha256: 3bee6b079ce58e9b51dcd2c7891bc28600a5a5b83a0d45b2fb3a0b15870f229d

Contents?: true

Size: 460 Bytes

Versions: 7

Compression:

Stored size: 460 Bytes

Contents

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

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

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

require "minitest/rails/capybara"

Rails.backtrace_cleaner.remove_silencers!

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
  fixtures :all

  # Add more helper methods to be used by all tests here...
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sketchily-4.0.1 spec/spec_helper.rb~
sketchily-4.0.0 spec/spec_helper.rb~
sketchily-1.5.0 spec/spec_helper.rb~
sketchily-1.4.1 spec/spec_helper.rb~
sketchily-1.4.0 spec/spec_helper.rb~
sketchily-1.3.0 spec/spec_helper.rb~
sketchily-1.2.0 spec/spec_helper.rb~