Class: Shaf::Spec::Base

Inherits:
Minitest::Spec
  • Object
show all
Includes:
LetBang, Minitest::Hooks, Fixtures::Accessors, UriHelper
Defined in:
lib/shaf/spec/base.rb

Direct Known Subclasses

IntegrationSpec, SerializerSpec, SystemSpec

Constant Summary collapse

TRANSACTION_OPTIONS =
{
  rollback: :always,
  savepoint: true,
  auto_savepoint: true
}.freeze

Method Summary

Methods included from LetBang

included, #let_bangs

Methods included from UriHelper

base_uri, included

Methods included from UriHelperMethods

add_path_helpers, eval_method, path_helpers, #path_helpers, path_helpers_for, register, remove_all

Methods included from Fixtures::Accessors

add, clear, collection