aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorTeddy Wing2017-07-21 12:03:40 +0200
committerTeddy Wing2017-07-21 15:59:53 +0200
commita62c80f08417ff337cdabbd997e2f9bbae44e6b3 (patch)
treef9c8a960e11fa412fb0619a5467bb3bc49a80083 /spec
parent3ed55622c9ce5e700ce7dea992cd59d086ca51ea (diff)
downloadchouette-core-a62c80f08417ff337cdabbd997e2f9bbae44e6b3.tar.bz2
VehicleJourneyAtStop spec: Update spec name to match method name
I had changed the method name during development to add a question mark at the end, but forgot to update the test to reflect the new naming. Refs #3597
Diffstat (limited to 'spec')
-rw-r--r--spec/models/chouette/vehicle_journey_at_stop_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/chouette/vehicle_journey_at_stop_spec.rb b/spec/models/chouette/vehicle_journey_at_stop_spec.rb
index c4aef31b3..58616b066 100644
--- a/spec/models/chouette/vehicle_journey_at_stop_spec.rb
+++ b/spec/models/chouette/vehicle_journey_at_stop_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
RSpec.describe Chouette::VehicleJourneyAtStop, type: :model do
- describe "#day_offset_outside_range" do
+ describe "#day_offset_outside_range?" do
let (:at_stop) { build_stubbed(:vehicle_journey_at_stop) }
it "disallows negative offsets" do