Sha256: 8200a4a4fa24ce5902740f9c114ca77177e6b7cafdc9c539cb6dc2e23db555f8
Contents?: true
Size: 391 Bytes
Versions: 25
Compression:
Stored size: 391 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper' # Run "spec implicit_docstrings_example.rb --format specdoc" to see the output of this file describe "Examples with no docstrings generate their own:" do specify { 3.should be < 5 } specify { ["a"].should include("a") } specify { [1,2,3].should respond_to(:size) } end describe 1 do it { should == 1 } it { should be < 2} end
Version data entries
25 entries across 25 versions & 2 rubygems