diff options
| author | Michel Etienne | 2015-01-09 18:06:59 +0100 |
|---|---|---|
| committer | Michel Etienne | 2015-01-09 18:06:59 +0100 |
| commit | 75d64d3f42785181e24c1ace382d1f159f192989 (patch) | |
| tree | a4477ce292dec20306e6fa5dbaecde62190815a0 | |
| parent | 4574ad2fb9d1622396d86aa26074930f5cfa5c16 (diff) | |
| download | chouette-core-75d64d3f42785181e24c1ace382d1f159f192989.tar.bz2 | |
correct spec on timetable (lowercase)
| -rw-r--r-- | spec/requests/time_tables_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/time_tables_spec.rb b/spec/requests/time_tables_spec.rb index fbe03db2b..a560eeec8 100644 --- a/spec/requests/time_tables_spec.rb +++ b/spec/requests/time_tables_spec.rb @@ -31,7 +31,7 @@ describe "TimeTables" do click_link "Ajouter un calendrier" fill_in "Nom", :with => "TimeTable 1" fill_in "Identifiant Neptune", :with => "test:Timetable:1" - click_button("Créer Calendrier") + click_button("Créer calendrier") page.should have_content("TimeTable 1") end end @@ -41,7 +41,7 @@ describe "TimeTables" do visit referential_time_table_path(referential, subject) click_link "Modifier ce calendrier" fill_in "Nom", :with => "TimeTable Modified" - click_button("Modifier Calendrier") + click_button("Modifier calendrier") page.should have_content("TimeTable Modified") end end |
