Remove unused methods

This commit is contained in:
Dmitriy Zaporozhets 2013-01-05 13:11:15 +02:00
parent e3d7ce2cc4
commit 5a214ee6f1
10 changed files with 9 additions and 62 deletions

View file

@ -34,12 +34,6 @@ describe Note do
it { should validate_presence_of(:project) }
end
describe "Scopes" do
it "should have a today named scope that returns ..." do
Note.today.where_values.should == ["created_at >= '#{Date.today}'"]
end
end
describe "Voting score" do
let(:project) { create(:project) }