mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add an exports page that allows a user to select which reports they want
to run
This commit is contained in:
parent
da13bdf3e4
commit
2d42036294
16 changed files with 575 additions and 55 deletions
7
spec/requests/exports_spec.rb
Normal file
7
spec/requests/exports_spec.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe "Exports", type: :request do
|
||||
describe "GET /index" do
|
||||
pending "add some examples (or delete) #{__FILE__}"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue