From a62c80f08417ff337cdabbd997e2f9bbae44e6b3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 21 Jul 2017 12:03:40 +0200 Subject: 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 --- spec/models/chouette/vehicle_journey_at_stop_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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 -- cgit v1.2.3