Skip to content

Commit

Permalink
Fix the context descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
waferbaby committed Jan 16, 2024
1 parent 7297718 commit ce4c6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/dimples/document_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'dimples'

describe Dimples::Document do
context 'when a file-based document' do
context 'when creating a file-based document' do
subject(:document) { described_class.new(File.join(File.dirname(__dir__), 'fixtures', 'document.markdown')) }

it 'reads in its frontmatter' do
Expand All @@ -17,7 +17,7 @@
end
end

context 'when a dynamically created document' do
context 'when using a dynamically created document' do
subject(:document) { described_class.new }

it 'returns the correct default filename' do
Expand Down

0 comments on commit ce4c6ff

Please sign in to comment.