Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to stub requests on domain or after method?

rails test database not clearing after some runs

ruby-on-rails rspec

Random seed failing in rspec but not failing by itself

ruby-on-rails rspec

How can I supress warning "removing `initialize' may cause serious problems" in rspec?

rspec rspec-mocks

What does `rails spec` do that `rspec` does not?

ruby-on-rails ruby rspec

Rspec: How to use expect to receive with a resource which does not exist yet?

ruby-on-rails ruby rspec

How to isolate Puppet function mocking in rspec unit tests

How to seed test data in Rails not using seeds.rb?

How to setup RSpec to test features last and only if all other tests pass

cucumber vs. RSpec

RSpec error "Uninitialized constant FactoryGirl (Name Error)"

ruby-on-rails rspec

Problems with Guard, Spork, Rspec & Rails 3

Faking a git repository for testing

ruby git testing rspec

Rspec: setting cookies in a helper test

ruby-on-rails rspec rspec2

Rails: Undefined method 'name' in 'user' factory OR Undefined Method for all factories

How can I test rails fragment cacheing with rSpec?

ruby-on-rails caching rspec

Requiring a thor task in my rspec results in undefined method

ruby-on-rails ruby rspec thor