mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Bump rails to 7 and get tests passing. Also modified rakefile so rake
command would continue to run rspec as the default command. Added stylesheets to assets.rb so they'll be included when precompiling assets in production.
This commit is contained in:
parent
24f22d3c46
commit
b111b2f106
16 changed files with 113 additions and 93 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe 'home/index.html.erb' do
|
||||
describe 'home/index' do
|
||||
subject { Nokogiri::HTML(rendered) }
|
||||
|
||||
before :each do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue