Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec 3.7.0 is showing Puma logs during spec suite

Rspec: How to fix marshal format version 4.8 required; 34.92 given error

How to discover why RSpec is taking so long to start?

Guard rspec-rails: run only model specs

ruby-on-rails ruby rspec guard

Silencing Factory Girl logging

Why are my cucumber scenarios failing when steps are run together, but pass when run singularly?

Selenium Webdriver - How do I skip the wait for page load after a click and continue

ruby selenium rspec webdriver

Rails 3 integration testing - Using webrat fill_in not finding fields

Rspec: access to instance inside Klass.any_instance.stub block

ruby rspec tdd bdd

Is there a way to pass command line arguments to spec/rspec?

ruby rspec automated-tests

how to test delayed_job callback hooks using RSpec

Capybara visit method is not working

What's the benefit of Class.new in this Rspec

Create users in Factory Girl with OmniAuth?

Rails mailer previews not available from spec/mailers/previews

ruby-on-rails rspec

Test an HTTPS (SSL) request in RSpec Rails

Incompatible library version: nokogiri.bundle requires version 11.0.0 or later, but libxml2.2.dylib

ruby-on-rails rspec

How can I test a rails 4 confirm dialog with Capybara and Poltergeist?

Auto-load the seed data from db/seeds.rb with rake

Why do I get an undefined method 'have' error when running Rspec?