Sha256: 0293216d3d42ee1ecc4316fbdf39b7a374159cbf6313a03c1322864d898d6014
Contents?: true
Size: 453 Bytes
Versions: 14
Compression:
Stored size: 453 Bytes
Contents
require "spec_helper" describe "Source Maps Feature" do let(:example) { Brief.example_document } let(:heading) { "A user wants to write epics" } it "returns the raw content under a given heading" do expect(example.content_under_heading(heading)).to include(heading) end it "returns the raw content under a given heading without the heading" do expect(example.content_under_heading(heading, false)).not_to include(heading) end end
Version data entries
14 entries across 14 versions & 1 rubygems