Sha256: 67019ee2b4a63f885b1650eed3c8afab1f44cdfacf146bad0f7d0e713482397b
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
require "helper" MinitestVcr::Spec.configure! describe String do describe "prep" do it "returns an array of descriptions" do "a describe with metadata::with a nested example group::uses a cassette for any examples" .prep.must_equal([ 'a describe with metadata', 'with a nested example group', 'uses a cassette for any examples' ]) end end end
Version data entries
4 entries across 4 versions & 1 rubygems