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

@ -0,0 +1,7 @@
# frozen_string_literal: true
require "rails_helper"
describe RoomsController, type: :controller do
end