Upgrade to Pro — share decks privately, control downloads, hide ads and more …

An RSpec 3 Talk

An RSpec 3 Talk

A talk about RSpec 3 that I gave at LRUG December 2014.

Penelope Phippen

December 08, 2014
Tweet

More Decks by Penelope Phippen

Other Decks in Technology

Transcript

  1. #spec/controllers/foo_controller_spec.rb describe FooController, :type => :controller it “gets the methods

    from the metadata” get :index expect(assigns[:foo]).to be true end end