Skip to content

Commit

Permalink
Spec fix (refs #1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Sep 4, 2020
1 parent 10c3711 commit 04af0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/identifier/global/wikidata_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
expect(id.errors.messages[:identifier]).to_not be_empty
end

specify '#namespace' do
specify '#namespace_string' do
id.identifier = 'P123'
expect(id.namespace).to eq('P')
expect(id.namespace_string).to eq('P')
end

specify '#uri 1' do
Expand Down

2 comments on commit 04af0ce

@LocoDelAssembly
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjy please let me know if this is NOT a proper fix.

@mjy
Copy link
Member

@mjy mjy commented on 04af0ce Sep 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's OK.

Please sign in to comment.