Skip to content

Commit

Permalink
[fixup]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Johnson committed Jul 9, 2015
1 parent 4c46749 commit 2ee4c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/active_triples/relation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
let(:predicate) { RDF::URI('http://example.org/moomin') }

it 'returns the specified RDF::Term' do
expect(subject.send(:predicate)).to eq predicate
expect(subject.predicate).to eq predicate
end
end

Expand Down

0 comments on commit 2ee4c26

Please sign in to comment.