Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rails 4 + Rspec + Devise: undefined method 'env' in controller specs for sign_in a user

RSpec one-liner to test object's attributes

ruby rspec

call a specific url with rspec

expected css "title" with text in capybara

rspec capybara

How disable http logs from Rspec output?

What's the best way to write Resque-related specs in RSpec?

Setup Cucumber, Capybara and RSpec with Modular Sinatra application

Logging all method calls in a Rails app

rspec-rails does not run tests under spec/lib

rspec rspec-rails

Launching a web server inside ruby tests

ruby rspec capybara tsung

Capybara + Selenium + RSpec — LoadError when setting JS to true

Capybara+Rspec how to match a part of tag attribute

How to test the value of a CSS selector using Capybara and RSpec?

Configure RSpec to use the Capybara.javascript_driver for all request specs

What parameters do I need to pass in the controller to a Carrierwave-mounted model?

Why do I get "including Capybara::DSL in the global scope is not recommended!"

Shoulda-Matchers and Custom Error Messages

Rspec Mocks: mock / yield the block from a method call

lambda rspec mocking

Rspec2 testing a before_validation method

Factory Girl: can one reopen factory definitions and complete them?