test sessions controller and fix style

This commit is contained in:
Joshua Arts
2018-06-27 17:00:37 -04:00
parent 337345560d
commit a6b313f38e
7 changed files with 120 additions and 23 deletions

View File

@ -1,7 +1,8 @@
# frozen_string_literal: true
require "rails_helper"
describe ErrorsController, type: :controller do
describe "GET #not_found" do
it "returns not_found" do
get :not_found