Sha256: 29ab829d591eaa686481622004c839f5532d171f4f47fd9471a96facfa357c71

Contents?: true

Size: 480 Bytes

Versions: 3

Compression:

Stored size: 480 Bytes

Contents

require 'rspec'
require "rspec_rabl/version"

# helpers to access the rendered template and parsed template
require 'rspec/rabl/example_group'
# helpers that can be called outside an it block to configure data and settings
require 'rspec/rabl/helpers'
# custom matchers
require 'rspec/rabl/attribute_matcher'
# helpers for invoking the custom matchers
require 'rspec/rabl/matchers'

RSpec.configure do |c|
  c.add_setting :rabl_configuration
  c.include RSpec::Rabl::Matchers
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec_rabl-0.0.3 lib/rspec_rabl.rb
rspec_rabl-0.0.2 lib/rspec_rabl.rb
rspec_rabl-0.0.1 lib/rspec_rabl.rb