From cc13bcfc42eab276f5727765902c964faa7df137 Mon Sep 17 00:00:00 2001 From: Corin Wilkins <1826895+CorinWilkins@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:49:17 +0100 Subject: [PATCH] Move cost centre reader out of /lib Hoping to get round file not found error in github actions. --- {lib => app/lib}/cost_centre_reader.rb | 0 test/lib/cost_centre_reader_test.rb | 1 - 2 files changed, 1 deletion(-) rename {lib => app/lib}/cost_centre_reader.rb (100%) diff --git a/lib/cost_centre_reader.rb b/app/lib/cost_centre_reader.rb similarity index 100% rename from lib/cost_centre_reader.rb rename to app/lib/cost_centre_reader.rb diff --git a/test/lib/cost_centre_reader_test.rb b/test/lib/cost_centre_reader_test.rb index e83c56d..97f36f5 100644 --- a/test/lib/cost_centre_reader_test.rb +++ b/test/lib/cost_centre_reader_test.rb @@ -1,5 +1,4 @@ require 'test_helper' -require "cost_centre_reader" class CostCentreReaderTest < ActiveSupport::TestCase test 'we can read a cost centre CSV file' do