Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to format multiline RSpec expect {}.to change

ruby-on-rails ruby rspec

Capybara + RSpec, spec/features dir being ignored by the rspec . command?

What is the best way for a rails noob to learn rspec? [closed]

ruby-on-rails rspec

Using factory girl to create HABTM association

Active Model Serializer, testing which serializer is used to render response

undefined method `ancestors' on PUT with rspec test

Turn VCR off for Specific Specs

ruby rspec vcr

Getting an ActionController::UnknownFormat, rspec testing when creating new object

undefined method `rspec_reset' with rspec version 2.14

ruby-on-rails rspec mocking

Where does Rails store data created by saving activerecord objects during tests?

Running Capybara without rack produces errors when using url parameters

ruby rspec capybara

Rails rspec undefined local variable or method `render_views'

ruby-on-rails rspec

should not include

ruby rspec

Rspec testing of counter_cache column's returning 0

Guard + spork + Rspec issue - How do I remove hooks to Test::Unit?

What testing frameworks are used for Rails? [closed]

How do I test mandrill api with rspec

How do i test routes in Rails 3 plugins?

Simplecov coverage report seems to miss certain lines