Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7620341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T03:55:00+00:00 2026-05-31T03:55:00+00:00

How can I write a test to check the path on a form? I’m

  • 0

How can I write a test to check the path on a form?

I’m trying this:

it "has a proper form path given subdomains" do    
  @event = Factory :event
  get events_path(@event), nil,  {'HTTP_HOST' => 'staging.example.com' }
  page.should have_selector "form", :action => "secure.staging.example.com"
end

But it doesn’t look like my test is working:

 Failure/Error: page.should have_selector "form", :action => "secure.staging.example.com"
   expected css "form" to return something
 # ./spec/requests/events_spec.rb:18:in `block (3 levels) in <top (required)>'
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T03:55:02+00:00Added an answer on May 31, 2026 at 3:55 am

    I learned a lot about testing in solving this like the difference between page and response variables.

    What I really needed to do was write a helper spec to test that my url_for helper method was prepending subdomains properly. But I also figured out the view spec code:

    it "has a proper form path given subdomains" do    
      assign :event, Factory(:event)
    
      controller.request.host = "staging.example.com"
    
      render
    
      assert_select "form[action*=?]", "secure.staging.example.com"
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a test method to check if the List is
How can I write a JQuery code that test if a given variable between
How can I write a unit test to test the ActualWidth property in a
I need to test if a user can write to a folder before actually
So I know I can write my own HTML-encoding function like this: function getHTMLEncode(t)
I'm trying to write a test for a PHPUnit extiontion I'm working on which
Hi Stackoverflow people, I am trying to write my own contact form in Django,
How can I write ad check for a specific character string in a text
Can I test live websites using QUnit? For example, can I write a test
I am trying to figure out how to write my Test cases for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.