Add an exports page that allows a user to select which reports they want

to run
This commit is contained in:
Nelson Jovel 2024-08-01 12:55:30 -07:00
parent da13bdf3e4
commit 2d42036294
16 changed files with 575 additions and 55 deletions

View 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