Skip to content

Commit

Permalink
Add slimmer to rspec setup
Browse files Browse the repository at this point in the history
Stops sporadic failures caused by network requests to static.
  • Loading branch information
Mo Baig committed Mar 25, 2017
1 parent 9d04d85 commit ce64de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'webmock/rspec'
require 'slimmer/rspec'
require_relative '../lib/govuk_content_schema_examples'

# Requires supporting ruby files with custom matchers and macros, etc,
Expand Down

0 comments on commit ce64de0

Please sign in to comment.