Sha256: 0934c2803cf62165796e40cd007733d29a12b419556a5d032e6cd98b1ff2f641
Contents?: true
Size: 342 Bytes
Versions: 27
Compression:
Stored size: 342 Bytes
Contents
# 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
27 entries across 27 versions & 10 rubygems