summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-09-10 13:35:33 +0200
committerHarald Eilertsen <haraldei@anduin.net>2017-09-10 13:35:33 +0200
commit40428a02008e474d798c77022e6460860c8c6f51 (patch)
tree666980bc3e8f69d10272ba0c401a18e607c0a5c9 /spec
parent16c477d09354fcb04aff06187efd14bf048509ec (diff)
downloadnorsk-urskog-registrations-40428a02008e474d798c77022e6460860c8c6f51.tar.gz
norsk-urskog-registrations-40428a02008e474d798c77022e6460860c8c6f51.tar.bz2
norsk-urskog-registrations-40428a02008e474d798c77022e6460860c8c6f51.zip
Add test dependency to rspec-html-matchers
Diffstat (limited to 'spec')
-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")