remove expectation on mocked method

pull/3327/head
Jens Ulferts 9 years ago
parent 3504cf61e6
commit 708cffaa30
  1. 1
      spec/models/project_spec.rb

@ -287,7 +287,6 @@ describe Project, type: :model do
end
it 'counts required_storage on all projects' do
expect(Project.all.length).to eq(3)
expect(Project.total_projects_size).to eq(2435890)
end

Loading…
Cancel
Save