RSpec Code Examples

 

 

pending spec with no implementation
is pending (PENDING: Not Yet Implemented)
pending command with block format
with content that would fail
is pending (PENDING: No reason given)
with content that would pass
fails
passing spec
passes
a failing spec with odd backtraces
fails with a backtrace that has no file
foo
(erb):1
-1# Couldn't get snippet for (erb)
fails with a backtrace containing an erb file
#<Class:01x1150b68>
/foo.html.erb:1 :in `
': foo (RuntimeError)
-1# Couldn't get snippet for /foo.html.erb