diff options
| -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  | 
