Skip to content

Commit

Permalink
fix Exporter spec for footers
Browse files Browse the repository at this point in the history
  • Loading branch information
shouichi committed Sep 2, 2013
1 parent 4ec9eb4 commit 1e39f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
describe '#rows' do
subject { exporter.rows }

it 'contains 1 + N(deposits) rows' do
expect(subject).to have(3).items
it 'contains 1 header + N(deposits) rows + 2 footers' do
expect(subject).to have(1 + deposits.length + 2).items
end
end
end

0 comments on commit 1e39f39

Please sign in to comment.