Module: RSpock

Defined in:
lib/rspock/declarative.rb,
lib/rspock/railtie.rb,
lib/rspock/version.rb,
lib/rspock/ast/node.rb,
lib/rspock/ast/parser/block.rb,
lib/rspock/tasks/truth_table.rb,
lib/rspock/ast/transformation.rb,
lib/rspock/ast/parser/then_block.rb,
lib/rspock/ast/parser/when_block.rb,
lib/rspock/helpers/block_capture.rb,
lib/rspock/ast/parser/given_block.rb,
lib/rspock/ast/parser/where_block.rb,
lib/rspock/ast/parser/expect_block.rb,
lib/rspock/ast/parser/cleanup_block.rb,
lib/rspock/ast/parser/statement_parser.rb,
lib/rspock/ast/parser/interaction_parser.rb,
lib/rspock/ast/parser/test_method_parser.rb,
lib/rspock/ast/test_method_transformation.rb,
lib/rspock/ast/header_nodes_transformation.rb,
lib/rspock/ast/test_method_def_transformation.rb,
lib/rspock/ast/test_method_dstr_transformation.rb,
lib/rspock/ast/statement_to_assertion_transformation.rb,
lib/rspock/ast/interaction_to_mocha_mock_transformation.rb,
lib/rspock/ast/interaction_to_block_identity_assertion_transformation.rb

Overview

TODO: Give Credits to Rails, borrowed from ActiveSupport::Testing::Declarative

Defined Under Namespace

Modules: AST, Declarative, Helpers, Tasks Classes: Railtie

Constant Summary collapse

VERSION =
"3.0.0"