Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

"No explicit conversion of Symbol into String" for new records in rails 4.0.1 (only)

How can a pre-commit git hook runs rspec tests and prevent a commit?

Create RSpec context inside a function

ruby-on-rails ruby rspec

rspec testing for get/post error responses

ruby testing rspec

How to stub a class method using rspec/rspec-mocks

ruby rspec mocking rspec-mocks

Rspec: How to test recursion?

ruby recursion mocking rspec

rake spec:models VS rspec spec/models which is recommended

ruby-on-rails tdd rspec rake

How to reload a ruby class

ruby rspec

Check why ruby script hangs

Struct vs test double in ruby

ruby rspec mocking

rspec "cannot load such file"

rspec railstutorial.org

How do I test my JSON API with Sinatra + rspec

api rspec sinatra

Stubbing ActionMailer in Rspec

Error when using RSpec's `all` matcher with Capybara's `have_css` matcher

rspec and shoulda - complementary or alternatives?

How do you factor out common "before(:each)" calls in RSpec so that multiple specs can use them?

no such file to load -- rspec/matchers - rspec-rails, shoulda, cucumber, factory girl, Rails2.3.10

Duplicated factory error with rspec and factory girl?

Rails: Wrong hostname for url helpers in rspec

ruby-on-rails rspec routes

Can I get RSpec to only run changed specs?

git rspec