mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Added webcat/rails
This commit is contained in:
parent
4885af6393
commit
44e6211762
2 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
|||
require 'webcat'
|
||||
require 'webcat/dsl'
|
||||
|
||||
if defined?(Rails)
|
||||
Webcat.app = ActionController::Dispatcher.new
|
||||
end
|
||||
|
||||
World(Webcat)
|
||||
|
||||
World(Webcat)
|
4
lib/webcat/rails.rb
Normal file
4
lib/webcat/rails.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
require 'webcat'
|
||||
require 'webcat/dsl'
|
||||
|
||||
Webcat.app = ActionController::Dispatcher.new
|
Loading…
Add table
Reference in a new issue