diff options
Diffstat (limited to 'spec/helpers')
| -rw-r--r-- | spec/helpers/table_builder_helper_spec.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb index a8854bf97..de81a85af 100644 --- a/spec/helpers/table_builder_helper_spec.rb +++ b/spec/helpers/table_builder_helper_spec.rb @@ -37,7 +37,7 @@ describe TableBuilderHelper, type: :helper do        referentials = ModelDecorator.decorate(          referentials, -        with: ReferentialDecorator +        with: Chouette::ReferentialDecorator        )        expected = <<-HTML @@ -327,7 +327,7 @@ describe TableBuilderHelper, type: :helper do      </thead>      <tbody>          <tr> -            <td>#{company.objectid.local_id}</td> +            <td>#{company.get_objectid.local_id}</td>              <td title="Voir"><a href="/referentials/#{referential.id}/companies/#{company.id}">#{company.name}</a></td>              <td></td>              <td></td> | 
