mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
12 lines
178 B
Ruby
12 lines
178 B
Ruby
require "spec_helper"
|
|
|
|
describe "users" do
|
|
describe "unlogined" do
|
|
let(:url) { user_path }
|
|
it_should_behave_like "login required"
|
|
end
|
|
|
|
describe "edit" do
|
|
end
|
|
end
|