Module: Neo::Rails::Scenarios::TestHelper

Extended by:
ActiveSupport::Concern
Defined in:
lib/neo/rails/scenarios/test_helper.rb

Overview

Useful test helpers for minitest (test/unit).

Usage

require 'neo/rails/scenarios/test_helper'

class ActionController::TestCase
  include Neo::Rails::Scenarios::TestHelper
end

Defined Under Namespace

Modules: ClassMethods