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.20 test/test_helper.rb
magic_stylez-0.0.0.19 test/test_helper.rb
magic_stylez-0.0.0.13 test/test_helper.rb
magic_stylez-0.0.0.12 test/test_helper.rb
magic_stylez-0.0.0.11 test/test_helper.rb
magic_stylez-0.0.0.10 test/test_helper.rb
magic_stylez-0.0.0.9 test/test_helper.rb
magic_stylez-0.0.0.8 test/test_helper.rb
magic_stylez-0.0.0.7 test/test_helper.rb
magic_stylez-0.0.0.6 test/test_helper.rb
magic_stylez-0.0.0.5 test/test_helper.rb
magic_stylez-0.0.0.4 test/test_helper.rb
magic_stylez-0.0.0.3 test/test_helper.rb
magic_stylez-0.0.0.2 test/test_helper.rb
magic_stylez-0.0.0.1 test/test_helper.rb