You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i spcecify config.application_framework = :external with webrat 0.4.4
I am getting:
Given I am logged in # features/step_definitions/login_steps.rb:1
Unknown Webrat application_framework: :external
Please ensure you have a Webrat configuration block that specifies an application_framework
in your test_helper.rb, spec_helper.rb, or env.rb (for Cucumber).
For example:
Webrat.configure do |config|
# ...
config.application_framework = :rails
end
(Webrat::WebratError)
(eval):2:in `visit'
The text was updated successfully, but these errors were encountered:
When i spcecify config.application_framework = :external with webrat 0.4.4
I am getting:
Given I am logged in # features/step_definitions/login_steps.rb:1
Unknown Webrat application_framework: :external
The text was updated successfully, but these errors were encountered: