Skip to content

Instantly share code, notes, and snippets.

@domcleal
Created April 1, 2016 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domcleal/ed3fc43a89a21761cc08ef490ab0cfd0 to your computer and use it in GitHub Desktop.
Save domcleal/ed3fc43a89a21761cc08ef490ab0cfd0 to your computer and use it in GitHub Desktop.
require 'minitest/autorun'
require 'minitest/spec'
describe "#parse(builder)" do
describe "without documentation" do
specify { false.must_equal true } # won't be run
end
specify { true.must_equal true } # always runs
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment