mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
7 lines
135 B
Ruby
7 lines
135 B
Ruby
require 'test_helper'
|
|
|
|
class SessionsControllerTest < ActionController::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|