From dfeef6c22849c04ffd225a0356fd11fb8e4907f6 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 3 Apr 2013 15:55:08 +0300 Subject: Fixed API file raw functionality, Fixed tree controller tests. Added BlobController specs --- spec/models/commit_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/models/commit_spec.rb') diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb index 6cf777bec04..ad99d8a390b 100644 --- a/spec/models/commit_spec.rb +++ b/spec/models/commit_spec.rb @@ -38,10 +38,10 @@ describe Commit do it { should respond_to(:message) } it { should respond_to(:authored_date) } it { should respond_to(:committed_date) } + it { should respond_to(:committer_email) } + it { should respond_to(:author_email) } it { should respond_to(:parents) } it { should respond_to(:date) } - it { should respond_to(:committer) } - it { should respond_to(:author) } it { should respond_to(:diffs) } it { should respond_to(:tree) } it { should respond_to(:id) } -- cgit v1.2.1