Skip to content

Commit

Permalink
Merge pull request #12 from projecthydra-labs/fix_spec_typo
Browse files Browse the repository at this point in the history
Test default statefile option. (Fixes typo -- previous test was a duplicate.)
  • Loading branch information
Trey Terrell committed Aug 3, 2015
2 parents e8e9278 + 99c97e9 commit b7fbf6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/synchronized_minter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
describe ActiveFedora::Noid::SynchronizedMinter do
it { is_expected.to respond_to(:mint) }

it 'has a default template' do
expect(subject.template).to eq ActiveFedora::Noid.config.template
it 'has a default statefile' do
expect(subject.statefile).to eq ActiveFedora::Noid.config.statefile
end

it 'has a default template' do
Expand Down

0 comments on commit b7fbf6c

Please sign in to comment.