Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown Webrat application_framework: :external #1

Open
ebeigarts opened this issue Jul 15, 2009 · 2 comments
Open

Unknown Webrat application_framework: :external #1

ebeigarts opened this issue Jul 15, 2009 · 2 comments

Comments

@ebeigarts
Copy link

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'
@ebeigarts
Copy link
Author

My configuration:

Webrat.configure do |config|
config.mode = :selenium
config.selenium_browser_key = '*firefox'
config.application_framework = :external
config.application_address = "localhost"
config.application_port = 3001
Mainline.enable do |mainline_config|
mainline_config.port = 3001
end
end

@gaffo
Copy link
Owner

gaffo commented Nov 22, 2009

Is this still the case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants