fix list section link by normalizing

This commit is contained in:
2014-08-15 14:24:31 +02:00
parent 4ab9f63b33
commit 95e42bb917
7 changed files with 25 additions and 8 deletions
@@ -1,3 +1,12 @@
step 'there is a section' do
@section ||= create :section, supplier: @supplier
end
step "there is another section" do
@other_section = create :section, supplier: @supplier, title: 'New Section'
end
step "there is another section with table" do
step "there is another section"
@other_table = create :table, section: @other_section, supplier: @supplier, number: 65
end