summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-01-30 18:41:17 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-01-30 19:38:24 +0100
commit98fef6b4e84014c5d0f13653b0fe838918c29323 (patch)
treedd912d82344fc164ddcc8b8b09eda929cffd49de /spec/spec_helper.rb
parent9335f9fc0950004f477e86d6332b6e26dbf05025 (diff)
Add integration tests
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 80e5bc6..a03e89e 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,9 @@
require 'rspec'
+require 'rspec-html-matchers'
RSpec.configure do |config|
config.color = true
+ config.include RSpecHtmlMatchers
end
unless RUBY_ENGINE == 'jruby'