mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
dirty commit: can't get references to work correctly between any tables
This commit is contained in:
parent
e1f0b78236
commit
a4fddbeced
183 changed files with 5461 additions and 5 deletions
7
spec/models/dashboard/academic_year_spec.rb
Normal file
7
spec/models/dashboard/academic_year_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe AcademicYear, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/admin_data_item_spec.rb
Normal file
7
spec/models/dashboard/admin_data_item_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe AdminDataItem, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/admin_data_value_spec.rb
Normal file
7
spec/models/dashboard/admin_data_value_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe AdminDataValue, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/category_spec.rb
Normal file
7
spec/models/dashboard/category_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Category, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/district_spec.rb
Normal file
7
spec/models/dashboard/district_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe District, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/ell_spec.rb
Normal file
7
spec/models/dashboard/ell_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Ell, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/gender_spec.rb
Normal file
7
spec/models/dashboard/gender_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Gender, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/income_spec.rb
Normal file
7
spec/models/dashboard/income_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Income, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/measure_spec.rb
Normal file
7
spec/models/dashboard/measure_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Measure, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/race_spec.rb
Normal file
7
spec/models/dashboard/race_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Race, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/respondent_spec.rb
Normal file
7
spec/models/dashboard/respondent_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Respondent, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/response_rate_spec.rb
Normal file
7
spec/models/dashboard/response_rate_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe ResponseRate, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/scale_spec.rb
Normal file
7
spec/models/dashboard/scale_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Scale, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/school_spec.rb
Normal file
7
spec/models/dashboard/school_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe School, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/score_spec.rb
Normal file
7
spec/models/dashboard/score_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Score, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/sped_spec.rb
Normal file
7
spec/models/dashboard/sped_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Sped, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/student_race_spec.rb
Normal file
7
spec/models/dashboard/student_race_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe StudentRace, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/student_spec.rb
Normal file
7
spec/models/dashboard/student_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Student, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/subcategory_spec.rb
Normal file
7
spec/models/dashboard/subcategory_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe Subcategory, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/survey_item_response_spec.rb
Normal file
7
spec/models/dashboard/survey_item_response_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe SurveyItemResponse, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
7
spec/models/dashboard/survey_item_spec.rb
Normal file
7
spec/models/dashboard/survey_item_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
module Dashboard
|
||||
RSpec.describe SurveyItem, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue