Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
avoid capybara deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Sep 4, 2011
1 parent aa4c236 commit b5d0d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/navigation_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'

describe "Navigation" do
include Capybara
include Capybara::DSL

it "should be a valid app" do
::Rails.application.should be_a(Dummy::Application)
Expand Down

0 comments on commit b5d0d22

Please sign in to comment.