aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/time_tables_spec.rb
diff options
context:
space:
mode:
authorMichel Etienne2012-05-21 16:49:00 +0200
committerMichel Etienne2012-05-21 16:49:00 +0200
commit1924ca06ceba0a4e5e864f2662dc2e3014e97c73 (patch)
tree6543ffa7515a23cbba9bbfc207440df122b30e4d /spec/requests/time_tables_spec.rb
parentc4b4b436492769ec7565bc4c740faaa8db54c413 (diff)
downloadchouette-core-1924ca06ceba0a4e5e864f2662dc2e3014e97c73.tar.bz2
spec changes on action labels
Diffstat (limited to 'spec/requests/time_tables_spec.rb')
-rw-r--r--spec/requests/time_tables_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/time_tables_spec.rb b/spec/requests/time_tables_spec.rb
index 720370ead..5dbf5220b 100644
--- a/spec/requests/time_tables_spec.rb
+++ b/spec/requests/time_tables_spec.rb
@@ -32,7 +32,7 @@ describe "TimeTables" do
click_link "Ajouter un calendrier"
fill_in "Description", :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
@@ -42,7 +42,7 @@ describe "TimeTables" do
visit referential_time_table_path(referential, subject)
click_link "Modifier ce calendrier"
fill_in "Description", :with => "TimeTable Modified"
- click_button("Modifier Calendrier")
+ click_button("Modifier calendrier")
page.should have_content("TimeTable Modified")
end
end