|
Apr 29 |
awarded | Self-Learner |
|
Jan 27 |
awarded | Yearling |
|
Jan 16 |
comment |
Capybara and before(:all) in rspec @iain comes to the rescue yet again! :) Thank you! Will definitely check that out. |
|
Jan 16 |
revised |
Capybara and before(:all) in rspec added 2862 characters in body |
|
Jan 16 |
accepted | Capybara and before(:all) in rspec |
|
Jan 16 |
comment |
Capybara and before(:all) in rspec Thanks @DanielEvans; So I think I'm trying to solve the wrong thing. Edited the question to explain why I was trying to avoid before(:each) and what happens when I use it. |
|
Jan 16 |
revised |
Capybara and before(:all) in rspec added 2862 characters in body |
|
Jan 16 |
comment |
Capybara and before(:all) in rspec No, before(:each) is already the default, and that's exactly what I don't want. I've read the docs before asking. :) |
|
Jan 16 |
asked | Capybara and before(:all) in rspec |
|
Jan 16 |
comment |
Instance variable in view stays empty in Capybara test You win, good Sir! That absolutely solved it! :) |
|
Jan 16 |
accepted | Instance variable in view stays empty in Capybara test |
|
Jan 16 |
comment |
Instance variable in view stays empty in Capybara test I do have database_cleaner enabled. Do I still need that transactional_fixtures line? If so, where does it go? (What file?) |
|
Jan 16 |
comment |
Instance variable in view stays empty in Capybara test I've upped it like crazy (500000) but now the browser window is just spinning in the login page, "Waiting for 127.0.0.1 ..." |
|
Jan 16 |
comment |
Instance variable in view stays empty in Capybara test @ipd: Full spec added above. Thanks! |
|
Jan 16 |
comment |
Instance variable in view stays empty in Capybara test @dimuch: I do. Good tip. I'm now trying to create an idea within the spec but it's not working. |
|
Jan 16 |
comment |
Instance variable in view stays empty in Capybara test @MrDanA: I use Pry, and thanks for the tip. p Idea.count does come up empty. I don't mind trying to create the idea in the test (although I'd rather if it was a fixture), but that's not working either. |
|
Jan 16 |
revised |
Instance variable in view stays empty in Capybara test added 753 characters in body |
|
Jan 16 |
asked | Instance variable in view stays empty in Capybara test |
|
Jan 16 |
comment |
Capybara, OmniAuth and Rolify: Giving a user a role on login I'm sorry if I'm being thick about this, but I'm just not clear on where the rolify bit comes in. Do I need to change the omniauth callback controller? I don't want every user to have this role upon creation. |
|
Jan 15 |
comment |
Capybara, OmniAuth and Rolify: Giving a user a role on login But I don't want this to happen with every user -- I need to test different roles. Do I need to create a separate mock callback controller for every user? |