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