Tagged Questions
0
votes
0answers
4 views
click and current_path with rspec-rails and capybara
this code
describe "HomePages" do
subject {page}
before { visit root_path }
describe "navigation" do
describe "click signup" do
before {find_button('Sign up').click}
...
0
votes
0answers
2 views
Rspec-Rails integration test not testing for class with should have_selector
I'm doing integration tests using Rspec and Rails, and I just noticed that the code I'm using with have_selector isn't actually testing for a class I want my element to have
I wrote:
describe "Sign ...
-1
votes
2answers
23 views
capybara within :css syntax meaning
I'm currently working on fixing up some specs, and have found a piece of syntax that nobody seems to know what represents.
In the Capybara Suite there are multiple occurrences of:
within(:css, ...
1
vote
2answers
62 views
How to test for non existing html tag in rspec/capybara
For a controller delivering some html snippet (used as ajax call), I have a view spec looking like that:
it "should not contain html element" do
render
rendered.should have_selector('div')
...
0
votes
3answers
40 views
What should I test in views?
Testing and Rspec are new to me. Currently I'm using Rspec with Shoulda and Capybara to test my application. It's all fine to test models, controllers, helpers, routing and requests. But what should I ...
1
vote
0answers
204 views
Sign in on subdomain using poltergeist, rspec, capybara, spork guard and rails 3.2.12
I cannot get my tests to sign in the user on a subdomain.
Update
I tried to play around with selenuim again. Now I got this error in the test.log.
PG::Error: ERROR: deadlock detected
DETAIL: ...
1
vote
1answer
193 views
nested feature in capybara 2.0+
i want to do something like this:
feature "sign-up" do
before {visit signup_path}
let(:submit) {"Create my account"}
feature "with invalid information" do
scenario "should not create a ...
2
votes
1answer
90 views
Why does this requests spec fail intermittently, or how can I debug it?
This is the test that fails intermittently:
context "as a regular_user" do
before :each do
@user = FactoryGirl.create(:user, :role => 'regular_user')
visit new_user_session_path ...
4
votes
1answer
150 views
Why is this rspec request spec not updating the model?
I have a requests spec for interactions with the User model. I want to make sure that Users with the Admin role can create/edit/destroy Users. I'm having a problem right now where the Edit action does ...
5
votes
1answer
644 views
Capybara tests with :js=>true… Routing Error: No route matches [GET] “/assets”
I'm getting a similar error in a number of tests when I add ":js => true" to them. eg:
An error occurred in an after hook
ActionController::RoutingError: No route matches [GET] "/assets"
...
10
votes
4answers
2k views
Unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
While testing scenario by cucumber i'm getting the following error when running rspec tests
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) ...
0
votes
1answer
513 views
Rspec have_selector error when expected output is correct
I have 3 rspec selector fails when they all should be successes. I'm following along with the rails-tutorial.org book and his shows as correct.
PagesController GET 'home' should have the right title
...
0
votes
0answers
114 views
Testing a Rails App using Devise with Capybara and Rspec causes no Method Error
I just started some tests on my Rails application in which I use Devise for authentication. I just generated rspec and only added
RSpec.configure do |config|
config.include Devise::TestHelpers, ...
3
votes
3answers
918 views
Unable to setup Rspec & Capybara in Rails 3.2
I am creating a sample application for rspec testing, and I followed the below steps
In Gemfile:
gem "rspec-rails", :group => [:test, :development]
group :test do
gem "factory_girl_rails"
gem ...
1
vote
1answer
268 views
Rspec/Capybara/Selenium test fails when looking for asset route that shouldn't exist
I'm creating a rails application that makes use of jstree. Right now I'm trying to test the functionality of the jstree in an rspec test, using capybara with the selenium driver (js: true). The test ...
1
vote
1answer
139 views
Including Capybara::DSL crashes all of my tests with wrong number of arguments
I am still trying to resolve the fundamental issue outlined in this question: Rails Phantomjs, poltergeist, and Capybara not playing well together
Basically all of my tests are running fine, but I ...
5
votes
1answer
271 views
Using Capybara with RSpec, how can I add the spec/features dir to be tested using the rspec . command?
I'm using the new Capybara DSL with rspec following the short guideline located here
And the tests added to the spec/features directory run well alone, ie.
rails_project$ rspec ...
5
votes
1answer
388 views
How to set up rspec-rails to generate feature specs for capybara
I'm using rspec-rails 2.12.0 and capybara 2.0.1 for testing. In capybara 2.x you need to put your specs in spec/features instead of spec/requests. Is there a way so if I were to generate a scaffold ...
3
votes
3answers
2k views
Rails Phantomjs, poltergeist, and Capybara not playing well together
Working in a rails 3.1.2 project (mac OS X), I have PhantomJS properly installed (I can run code like the following and it works perfectly, accurately grabbing the title of the page and saving an ...
3
votes
1answer
104 views
RSpec Custom Matcher to test percentages attributes in a model
I am making a little app for myself following up the Rails Tutorial From Michael Hartl to get my skills up.
Well, the biggest difficulty for me is TDD... I start getting a bit more used to it, but at ...
3
votes
1answer
282 views
Capybara 2.0.0.beta4 has undefined paths
I just upgraded to Capybara 2.0.0.beta4 with rspec-rails 2.11.4 and I moved my request spec (I only have one) to spec/features as advised by the Capybara-Readme in the RSpec-Rails repository.
When I ...
0
votes
1answer
35 views
Is Feature/Scenerio a replacement for Describe/It?
I've been following the Ruby on Rails Tutorial. The author uses Rspec/Capybara's Describe/It for the whole tutorial. But recently I've seen people using Feature/Scenerio instead. I wonder if ...
1
vote
1answer
192 views
Test authentication redirect using Devise and RSpec
I have a sample Rails app that I'm working on so I can start getting familiar with BDD.
Right now I'm using Devise to handle my user authentication.
I have a Task model which requires a user to be ...
0
votes
0answers
228 views
test a file upload using selenium with rspec using capybara - rails
I write test case for simple file upload and it's successfully run. but when i try in selenium then file upload test case not working. please help me - using selenium how to write test case for file ...
0
votes
1answer
623 views
RSpec-rails-capybara - different failures with :js => true and without
I'm building a setup screen for billing of individuals. The controller/views are in the Admin namespace.
When run the first test without :js => true I get one failure, which I assume is down to the ...
1
vote
1answer
793 views
save_and_open_page (capybara / launchy) stopped working in a project - error
Trying to debug a section of specs that I cannot get to work when merging Rails two projects.
I have deleted my Gemfile.lock and re-installed from scratch, I have run bundle update on specific gems, ...
0
votes
4answers
429 views
How do I test if a submit button exists in capybara?
I want to have a test in rspec for the existence of a submit button. I am using capybara as well.
I have tried:
should have_tag("input","Submit button")
and
should have_content("Submit, button")
...
0
votes
1answer
457 views
FactoryGirl - Validation failed: Time zone is not included in the list
I'm using Rspec, FactoryGirl and Capybara. When using ActiveSupport::TimeZone.us_zones. I run my test for my requests/users_spec and it doesn't even hit the test as it has an issue at the Factory. ...
3
votes
3answers
430 views
Capybara & Rspec: How to delete an account?
I'm using Devise and writing a test for the scenario of a user deleting their own account but I'm stuck on how I would call up the confirm box and click OK.
Here is the link and my test:
...
0
votes
1answer
267 views
Capybara & Rspec: How can I always test for the layout so I don't have to keep rewriting the code for it?
I'm trying to stick to DRY ways of doing things with my testing. I have two layouts, public and application that show certain links and css depending on if a user is signed in or not. I'm wondering if ...
0
votes
2answers
235 views
collection_select not populating in rspec test with Capybara using FactoryGirl
I am trying to test selecting a value from a collection_select element with capybara and for some reason, the data to populate the collection_select isn't there when running the rspec, but it is when ...
0
votes
1answer
328 views
How Do I Create Tests for External Links using Rspec and Capybara?
I have a Ruby on Rails 3.2.6 application where I have written tests for links within the application using code like below:
visit about_path
click_link "Frequently Asked Questions (FAQ)"
page.should ...
6
votes
4answers
2k views
testing with specs, capybara from railstutorial chapter 3 does not work (have_selector('title', :text => ' | Home'))
im working on ruby.railstutorial.org/ruby-on-rails-tutorial-book.
Im using rails 3.2.7, spork, rspec, capybara, launchy and some guards :)
i have a really weird problem in Chapter 3 with testing:
It ...
1
vote
2answers
687 views
Rspec rendering text
I have this Code
if @temp_user.save
sign_in(:user, @temp_user)
render text: "OK"
else
render text: render_to_string(:partial => "errors")
end
and I try verify with rspec the render "OK"
...
3
votes
2answers
443 views
how to click on a table row using capybara & rspec
I am writitng request spec for my rails app with capybara. In my code I have something like:
%table
%tbody
%tr{"on_click" => "location.href='some_link'"}
%td="Some attribute"
...
0
votes
1answer
498 views
Testing http basic authentication with Cucumber and RSpec in Rails 3.2.3
I want to test the build-in basic http authentication mechanism in Rails 3.2.3. I have tried to test the http authentication in both RSpec and Cucumber but with a failing step in both tools. In ...
3
votes
1answer
290 views
Rails integration test against page modification hack?
I'm using Capybara 1.1.2, Rails 3.1.3, rspec-rails 2.9.0, and Ruby 1.9.3p0.
Assume an app with standard and account_admin users. A standard user can create another standard user, but a standard user ...
0
votes
1answer
210 views
How to test ajax with Capybara + Rails
Guys.
I'm trying test using Rails 3.1.1 + Rspec + Capybara my form that use AJAX, but no success. Would be the correct when the field postal_code lost focus the street would be loaded, but this does ...
3
votes
1answer
521 views
Capybara + Rspec + Selenium: Page always blank in browser
I'm trying to write integration tests with Capybara, but every time the Selenium-controlled browser pops up, the page is blank. Furthermore, for a simple assertion like page.should ...
6
votes
1answer
699 views
Login Failure when Testing with Capybara, Rspec and Selenium in Rails 3.1
I added some confirmation dialog boxes for my Rails 3.1 application and, prior to that, their corresponding tests. Following the model of Railscast #257, I added ':js => true' to the test, added ...
3
votes
1answer
3k views
Capybara & RSpec
I can't make Capybara to work successfully, it complains that has_text is an undefined method.
I have created a new rails 3.1 project (rails new test -T).
Gemfile:
source 'http://rubygems.org'
gem ...
1
vote
0answers
165 views
How to access controller instance inside the RSpec integration test using Capybara
I am building an engine for Rails 3.1 and so far its fine.
But I am trying to make the configuration of the engine much more generic through the configuration.
e.g. The main app has to write the ...
1
vote
3answers
788 views
How to add first Cucumber test to a Rails app
Confession: I have never written a single test for Rails.
I have installed the gems cucumber, rspec, capybara, factory girl. Running Rails 3.1.
I am not sure, um, where to create a new test file or ...
4
votes
1answer
789 views
subdomain,testing using cucumber or capybara and rspec
Some part of the development of my project has been done.Our
company asks me to write cucumber test cases for the developed code
and for the henceforth development as well.
The routes file have two ...
0
votes
1answer
512 views
Rspec / Authlogic / Capybara - incorrect redirect
I'm new to testing and I'm trying to write a test in links_spec.rb.
describe "Links" do
before :each do
activate_authlogic
@company = Factory.build(:company)
# next line creates errors
...
2
votes
1answer
677 views
How can I alleviate timing/AJAX woes using Capybara/Capybara Webkit/RSpec click_button and page.select?
For the sake of simplicity, I've left out most of my test and only included the offending code. It is:
click_button('Search')
page.select 'Preferred', :from => 'ticket_service_type'
When I ...
8
votes
4answers
2k views
Factory Girl / Capybara deleting records from database mid-test?
Working with RSpec & Capybara, I'm getting an interesting test failure mode which goes away with a few subtle rearrangements of lines in the test case...stuff that shouldn't matter.
I'm ...
0
votes
1answer
566 views
Capybara does not find the text that is actually there!
In my actual project I use the following gems for testing:
capybara from git://github.com/jnicklas/capybara.git in revision 6641fddcfc337a3ddaa84ac59272e884090332c3
rails (3.1.0.rc5) (and its ...

