diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/lib/tom_tom/batch_spec.rb (renamed from spec/lib/tom_tom_spec.rb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/tom_tom_spec.rb b/spec/lib/tom_tom/batch_spec.rb index 57f22d26a..5aff970eb 100644 --- a/spec/lib/tom_tom_spec.rb +++ b/spec/lib/tom_tom/batch_spec.rb @@ -1,5 +1,5 @@ -RSpec.describe TomTom do - let(:tomtom) { TomTom.new } +RSpec.describe TomTom::Batch do + let(:tomtom) { TomTom::Batch.new } describe "#convert_way_costs_for_batch" do it "turns WayCost points into a collection of colon-separated strings" do |
