Sha256: 9b8fb2d4e70f77755fd5f52a60f478f167c9cc01d677cad6ee522d77a26bfb82

Contents?: true

Size: 162 Bytes

Versions: 8

Compression:

Stored size: 162 Bytes

Contents

describe "users" do
  let(:exists_user) { create(:user) }

  describe "edit" do
    let(:url) { user_path }
    it_should_behave_like "login required"
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fluentd-ui-0.3.1 spec/features/users_spec.rb
fluentd-ui-0.3.0 spec/features/users_spec.rb
fluentd-ui-0.2.0 spec/features/users_spec.rb
fluentd-ui-0.1.4 spec/features/users_spec.rb
fluentd-ui-0.1.3 spec/features/users_spec.rb
fluentd-ui-0.1.2 spec/features/users_spec.rb
fluentd-ui-0.1.1 spec/features/users_spec.rb
fluentd-ui-0.1.0 spec/features/users_spec.rb