Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Assertions for asynchronous behaviour

rspec

Can i get RSpec to generate specs with expect syntax?

ruby-on-rails rspec

RSpec + Rubocop - why receive_message_chain is a code smell?

FactoryGirl sequences broke my rspec tests (I think)

rails - how to show and save a date in us format?

RSpec throws argument error while using -f formatter

Rspec: How to expect received message without stubbing anything or changing anything behind the scenes

Rails / RSpec Why can't I use the shortened "its(:attribute)" with Rails model associations?

Rails how to set date and time for 2 days ahead at 4pm (in different zone) (Rails, Rspec)

What are the major advantages of rspec over test::unit, if any?

RSPEC undefined local variable or method `response'

ruby-on-rails ruby rspec

Testing @current_user method using RSpec

Is there any way to avoid combining many tests into one example, when using mocks?

ruby tdd rspec

How simulate system users for testing file system interactions in ruby?

ruby rspec tdd

Ruby on Rails Tutorial - Chapter 9: Missing template update

ruby-on-rails rspec

Test fails when sending email: An SMTP To address is required to send a message. Set the message smtp_envelope_to, to, cc, or bcc address

Why can't RSpec find the Airbrake env keys in a test involving Sidekiq when I specify environment?

ruby rspec sidekiq airbrake