Sha256: f5e66862074edb916957ff2580ae753ddfc16336949cd345e00315b009bf760c
Contents?: true
Size: 440 Bytes
Versions: 12
Compression:
Stored size: 440 Bytes
Contents
#-- # Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com> # See the file LICENSE.txt included with the distribution for # software license details. #++ describe "RSpec example" do it "should succeed" do true.should be_true nil.should be_nil end it "should fail" do true.should be_false end it "should be pending" describe "nested" do it "should succeed" do true.should be_true end end end
Version data entries
12 entries across 12 versions & 1 rubygems