mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
Add an exports page that allows a user to select which reports they want
to run
This commit is contained in:
parent
400ed08c79
commit
e760ee211c
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