Sha256: 2a73168b60ce23cad1d7c08d38c1e12b81523cb9532dd9529293938c3e81a45b

Contents?: true

Size: 149 Bytes

Versions: 13

Compression:

Stored size: 149 Bytes

Contents

shared_examples_for "finding the right Role" do
  it "finds the right Role" do
    expect(Arrthorizer::Role.get(arg)).to be expected_role
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
arrthorizer-0.4.2 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.4.1 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.3.2 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.3.1 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.3.0 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.2.1 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.2.0 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.1.3 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.1.2 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.1.1 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.1.0 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.1.0.pre2 spec/role/shared_examples/finding_the_right_role.rb
arrthorizer-0.1.0.pre spec/role/shared_examples/finding_the_right_role.rb