Sha256: 625b12dc478485b1e8a5f4d57fe806df9cb72cce5a4a45235f4f443c7c7d8668
Contents?: true
Size: 275 Bytes
Versions: 4
Compression:
Stored size: 275 Bytes
Contents
require 'rspec/match_ignoring_whitespace' require_relative 'lib/draft' class JekyllPluginHelperOptionsTest RSpec.describe Jekyll::Draft do it 'does nothing' do # TODO: mock doc # described_class.draft? doc expect(true).to be_truthy end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jekyll_draft-2.1.0 | spec/draft_spec.rb |
jekyll_draft-2.0.2 | spec/draft_spec.rb |
jekyll_draft-2.0.1 | spec/draft_spec.rb |
jekyll_draft-2.0.0 | spec/draft_spec.rb |