Sha256: 6509bb08d834c9111227f33643901ce6a0cccecef0a14c7af1af78de8e5d4fbd

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

Then /^I should have know my role's name is "([^"]*)"$/ do |expected|
  @actual.should == expected.to_sym
end

Then /^I should know that admins can read and write$/ do
  @actual.should =~ [:read, :write]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reuser-3.1.2 features/step_definitions/differentiation_steps.rb
reuser-3.1.1 features/step_definitions/differentiation_steps.rb