Sha256: 1b76e9ddb117cc3c619d98d8df34e357065cc7e1340666e42bb81234182ec68d

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

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

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
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


require 'greentable'
#require 'simplecov'
#require 'coveralls'
#SimpleCov.start('rails')
#Coveralls.wear!

public

def capture(&block)
  yield
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
greentable-0.9.0 test/test_helper.rb