aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers
diff options
context:
space:
mode:
authorBruno Perles2015-10-28 10:11:50 +0100
committerBruno Perles2015-10-28 10:11:50 +0100
commit843bec92850de6f4b46498611842f894a78e7d3d (patch)
tree61930b753c7d91e9c9cfa383e40c251b3e0d3347 /spec/helpers
parentdaae87f5051b1ba267d3b750c3e7f77f5b90b6c3 (diff)
downloadchouette-core-843bec92850de6f4b46498611842f894a78e7d3d.tar.bz2
Add journey_frequencies fields, locales and some other little update
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/vehicle_journey_frequencies_helper_spec.rb (renamed from spec/helpers/vehicle_journeys_frequencies_helper_spec.rb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/helpers/vehicle_journeys_frequencies_helper_spec.rb b/spec/helpers/vehicle_journey_frequencies_helper_spec.rb
index 4c881f90f..a43081e17 100644
--- a/spec/helpers/vehicle_journeys_frequencies_helper_spec.rb
+++ b/spec/helpers/vehicle_journey_frequencies_helper_spec.rb
@@ -1,15 +1,15 @@
require 'rails_helper'
# Specs in this file have access to a helper object that includes
-# the VehicleJourneysFrequenciesHelper. For example:
+# the VehicleJourneyFrequenciesHelper. For example:
#
-# describe VehicleJourneysFrequenciesHelper do
+# describe VehicleJourneyFrequenciesHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# expect(helper.concat_strings("this","that")).to eq("this that")
# end
# end
# end
-RSpec.describe VehicleJourneysFrequenciesHelper, :type => :helper do
+RSpec.describe VehicleJourneyFrequenciesHelper, :type => :helper do
pending "add some examples to (or delete) #{__FILE__}"
end