Skip to content

Commit

Permalink
Merge pull request #1008 from grzuy/clean_spec_helper_require
Browse files Browse the repository at this point in the history
spec_helper no longer requires itself
  • Loading branch information
jnicklas committed Mar 13, 2013
2 parents 204a415 + f88f635 commit 70980d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/capybara/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
require "capybara"
require "capybara/rspec" # Required here instead of in rspec_spec to avoid RSpec deprecation warning
require "capybara/spec/test_app"
require "capybara/spec/spec_helper"
require "nokogiri"

module Capybara
Expand Down

0 comments on commit 70980d5

Please sign in to comment.