Skip to content

Instantly share code, notes, and snippets.

@jonatas
Created April 25, 2017 01:50
Show Gist options
  • Select an option

  • Save jonatas/4d5c5d4502a6484f3e7a5996ea28f460 to your computer and use it in GitHub Desktop.

Select an option

Save jonatas/4d5c5d4502a6484f3e7a5996ea28f460 to your computer and use it in GitHub Desktop.
floripa-on-rails-testing-night

RSpec setup

$ rspec --init

Auto reloading with Guard

$ guard init

Matchers

Custom matchers

Lets build it together 👯

Explore your own ideas

model examples

expect(something).to change_my_model(...)
 .and remove_other_thing(...)
 .and enqueue_job(...)
 .and schedule_an_email(...)
 .and create_another_crazy_side_effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment