Sha256: db048b7bdd86b04441014736e3356d2777aad08125e3612d01ef0ace64d5c659

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

ENV["RAILS_ENV"] ||= "test"
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'mocha/mini_test'
require "minitest/reporters"
Minitest::Reporters.use!(Minitest::Reporters::SpecReporter.new)

class ActiveSupport::TestCase
  ActiveRecord::Migration.check_pending!

  # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  #
  # Note: You'll currently still have to declare fixtures explicitly in integration tests
  # -- they do not yet inherit this setting
  fixtures :all

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bitcoin_active_record-0.1.0 test/test/test_helper.rb
bitcoin_active_record-0.0.2 test/test/test_helper.rb
bitcoin_active_record-0.0.1 test/test/test_helper.rb