• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

RSpec cheatsheetEdit

Created 7/27/2010, updated 1/10/2025

Expecting an exception

expect do
  ...
end.to raise_error

Arguably, this reads more nicely than the alternative:

lambda {
  ...
}.should raise_error

See also

  • Rails model testing cheatsheet
  • Rails view testing cheatsheet
  • Rails controller testing cheatsheet
  • Rails helper testing cheatsheet
  • Rails mailer testing cheatsheet
  • rspec
  • wiki
  • cheatsheet
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).