Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How can I speed up the creation of 5,000 records for my rspec tests?

Keeping model records and associated directories in sync (with tests)

How do I get coverage for views in Rails

Minitest - test controller concerns

Testing multiple hosts with the same test using serverspec

ruby rspec rspec3 serverspec

paths are not defined in helper specs

ruby-on-rails rspec

Test Views in ASP.NET MVC2 (ala RSpec)

Match multiple yields in any order

Cucumber: Before hook run only once for all scenarios

Rails engine: rake routes show its routes but on rspec execution "No route matches" is thrown

undefined method `use_transactional_fixtures

ruby-on-rails rspec tdd guard

FactoryGirl in Rails - Associations w/ Unique Constraints

Weirdness with gsub

ruby regex rspec ruby-1.9 gsub

stub an instance variable inside controller

ruby-on-rails ruby rspec tdd

After upgrade to Rails 4: Specs fail in combination while passing in isolation

How to test signal handling in RSpec, particularly handling of SIGTERM?

Rspec: How to test ActiveRecord::Base.connection.execute

Rspec & Capybara: Setting focus to an element using jQuery doesn't apply `:focus` CSS

Why is this recursion NOT infinite?

ruby recursion rspec

Loading ActiveRecord fixtures with RSpec without Rails