diff options
| author | Teddy Wing | 2017-06-09 11:55:21 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-06-09 11:55:21 +0200 | 
| commit | bba80d09a1b429092114dff81a229e24a6720d87 (patch) | |
| tree | 65747e171d4a4b8e05a21469deea68ea799b1408 /spec | |
| parent | 5d3cab81d61e5fb809a07f0e5fdaf00aa2f3210a (diff) | |
| download | chouette-core-bba80d09a1b429092114dff81a229e24a6720d87.tar.bz2 | |
TableBuilder spec: Remove second table row from expected
Since we only have one referential in our collection, remove the second
row because it shouldn't be in the actual output.
Refs #3479
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/helpers/table_builder_helper_spec.rb | 26 | 
1 files changed, 0 insertions, 26 deletions
diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb index 6f3ca7ee3..4f4cffe61 100644 --- a/spec/helpers/table_builder_helper_spec.rb +++ b/spec/helpers/table_builder_helper_spec.rb @@ -82,32 +82,6 @@ describe TableBuilderHelper, type: :helper do                  </div>              </td>          </tr> -        <tr> -            <td> -                <div class="checkbox"><input type="checkbox" name="3" id="3" value="3" /><label for="3"></label></div> -            </td> -            <td title="Voir"><a href="/referentials/3">Test Referential 2017.04.25</a></td> -            <td> -                <div class='td-block'><span class='sb sb-lg sb-preparing'></span><span>En préparation</span></div> -            </td> -            <td>STIF</td> -            <td>25/04/2017 > 25/05/2022</td> -            <td>6</td> -            <td>25/04/2017</td> -            <td>25/04/2017</td> -            <td></td> -            <td class="actions"> -                <div class="btn-group"> -                    <div class="btn dropdown-toggle" data-toggle="dropdown"><span class="fa fa-cog"></span></div> -                    <ul class="dropdown-menu"> -                        <li><a href="/referentials/3">Consulter</a></li> -                        <li><a href="/referentials/3/edit">Editer</a></li> -                        <li><a rel="nofollow" data-method="put" href="/referentials/3/archive">Conserver</a></li> -                        <li class="delete-action"><a data-confirm="Etes-vous sûr(e) de vouloir effectuer cette action ?" rel="nofollow" data-method="delete" href="/referentials/3"><span class="fa fa-trash"></span>Supprimer</a></li> -                    </ul> -                </div> -            </td> -        </tr>      </tbody>  </table>        HTML  | 
