Browse Source

CLDC-4140: update log variable spec

pull/3177/head
Nat Dean-Lewis 2 weeks ago
parent
commit
a13b7c2497
  1. 2
      spec/lib/tasks/log_variable_definitions_spec.rb

2
spec/lib/tasks/log_variable_definitions_spec.rb

@ -6,7 +6,7 @@ RSpec.describe "log_variable_definitions" do
subject(:task) { Rake::Task["data_import:add_variable_definitions"] }
let(:path) { "spec/fixtures/variable_definitions" }
let(:total_variable_definitions_count) { 431 }
let(:total_variable_definitions_count) { 432 }
before do
Rake.application.rake_require("tasks/log_variable_definitions")

Loading…
Cancel
Save