Sha256: e42edae19fab944bff66ec211fa9665ead0d603a8e86a5e71752877bea80dfb3

Contents?: true

Size: 551 Bytes

Versions: 95

Compression:

Stored size: 551 Bytes

Contents

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

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

require 'test/unit'

require 'sass'
require 'lib/bootstrap-sass/sass_functions'

require "rails/test_help"

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

# Load fixtures from the engine
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.40 test/test_helper.rb
magic_stylez-0.0.0.39 test/test_helper.rb
magic_stylez-0.0.0.38 test/test_helper.rb
magic_stylez-0.0.0.37 test/test_helper.rb
magic_stylez-0.0.0.36 test/test_helper.rb
magic_stylez-0.0.0.35 test/test_helper.rb
magic_stylez-0.0.0.34 test/test_helper.rb
magic_stylez-0.0.0.33 test/test_helper.rb
magic_stylez-0.0.0.32 test/test_helper.rb
magic_stylez-0.0.0.31 test/test_helper.rb
magic_stylez-0.0.0.30 test/test_helper.rb
magic_stylez-0.0.0.29 test/test_helper.rb
magic_stylez-0.0.0.28 test/test_helper.rb
magic_stylez-0.0.0.27 test/test_helper.rb
magic_stylez-0.0.0.26 test/test_helper.rb
magic_stylez-0.0.0.25 test/test_helper.rb
magic_stylez-0.0.0.24 test/test_helper.rb
magic_stylez-0.0.0.23 test/test_helper.rb
magic_stylez-0.0.0.22 test/test_helper.rb
magic_stylez-0.0.0.21 test/test_helper.rb