Fixing a typo on the version_spec

This commit is contained in:
Ben Atkins 2013-11-12 18:06:56 -05:00
parent 7c9f9b8953
commit 6fc33be9f4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ describe PaperTrail::Version do
end
describe :version_author do
it { should respond_to(:terminator) }
it { should respond_to(:version_author) }
it "should be an alias for the `terminator` method" do
subject.method(:version_author).should == subject.method(:terminator)