mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
disable specs
This commit is contained in:
parent
75cea539c5
commit
5002e4eb63
4 changed files with 5 additions and 5 deletions
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue