Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How can I mock the creation of directory in rspec?

ruby rspec

Testing creation of associated objects on callback with Rspec on Rails

ruby-on-rails rspec

Mock a `puts` to a file in Rspec

ruby rspec

Why is capybara not finding a form element?

Selenium ruby check whether webelement is clickable or not?

Rails capybara feature spec No 'Access-Control-Allow-Origin'

Stubbing the Capybara session for a page object test

ruby rspec cucumber bdd capybara

rspec: 'should_receive' with multiple argument expectations

How do you spec a digest auth in Sinatra?

How can I view the rendered page in an RSpec/Capybara view spec?

rspec capybara rspec-rails

How to test value of a single field in a JSON object with RSpec

ruby json rspec airborne

How can I run only one test for only one spec file in RubyMine

Stubing Figaro with rspec

ruby-on-rails ruby rspec

How to call the create action from the controller in RSpec

Factory Girl with polymorphic association for has_many and has_one

Why is this RSpec test failing?

ruby-on-rails rspec

Testing after_create with rspec

When to use XPath in RSpec + Capybara