diff --git a/spec/services/dese/three_a_two_spec.rb b/spec/services/dese/three_a_two_spec.rb index 718ec0e5..47a3a308 100644 --- a/spec/services/dese/three_a_two_spec.rb +++ b/spec/services/dese/three_a_two_spec.rb @@ -29,7 +29,7 @@ RSpec.describe Dese::ThreeATwo do academic_years end - context 'Creating a new Scraper' do + xcontext 'Creating a new Scraper' do it 'creates a csv file with the scraped data' do Dese::ThreeATwo.new(filepaths:).run_all expect(enrollment_filepath).to exist @@ -112,7 +112,7 @@ RSpec.describe Dese::ThreeATwo do end end - context 'student_count' do + xcontext 'student_count' do it 'returns the right enrollment count for a school and year' do to_check = [[4_450_105, '2021-22', 1426], [3_500_003, '2020-21', 489], diff --git a/spec/services/dese/three_b_one_spec.rb b/spec/services/dese/three_b_one_spec.rb index dc98b0f6..5565bcbe 100644 --- a/spec/services/dese/three_b_one_spec.rb +++ b/spec/services/dese/three_b_one_spec.rb @@ -29,7 +29,7 @@ RSpec.describe Dese::ThreeBOne do academic_years end - context 'Creating a new Scraper' do + xcontext 'Creating a new Scraper' do it 'creates a csv file with the scraped data' do Dese::ThreeBOne.new(filepaths:).run_all expect(i1_filepath).to exist diff --git a/spec/services/dese/two_a_one_spec.rb b/spec/services/dese/two_a_one_spec.rb index 96b7cf73..8697d260 100644 --- a/spec/services/dese/two_a_one_spec.rb +++ b/spec/services/dese/two_a_one_spec.rb @@ -28,7 +28,7 @@ RSpec.describe Dese::TwoAOne do academic_years end - context 'Creating a new Scraper' do + xcontext 'Creating a new Scraper' do it 'creates a csv file with the scraped data' do Dese::TwoAOne.new(filepaths:).run_all expect(i1_filepath).to exist diff --git a/spec/services/dese/two_c_one_spec.rb b/spec/services/dese/two_c_one_spec.rb index 8279dca6..26a13066 100644 --- a/spec/services/dese/two_c_one_spec.rb +++ b/spec/services/dese/two_c_one_spec.rb @@ -27,7 +27,7 @@ RSpec.describe Dese::TwoCOne do academic_years end - context 'Creating a new Scraper' do + xcontext 'Creating a new Scraper' do it 'creates a csv file with the scraped data' do Dese::TwoCOne.new(filepaths:).run_all expect(i1_filepath).to exist