Skip to content

Commit 8b747e7

Browse files
Require capybara/dsl in spec_helper
1 parent 7a165ab commit 8b747e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ENV["SINATRA_ENV"] = "test"
22
require_relative '../config/environment.rb'
33
require 'rack/test'
4+
require 'capybara/dsl'
45

56
RSpec.configure do |config|
67
config.include Capybara::DSL

0 commit comments

Comments
 (0)