summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 293bd8e..aaf466a 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -5,11 +5,13 @@ require_relative 'support/band_factory'
require_relative 'support/contact_factory'
require_relative 'support/submit_form_helper'
require 'capybara/rspec'
+require 'rspec-html-matchers'
RSpec.configure do |config|
config.include BandFactory
config.include ContactFactory
config.include SubmitFormHelper
+ config.include RSpecHtmlMatchers
config.before(:example) do
@doc_spy = spy("Prawn::Document")