Sha256: 31b428d437fbb4659c7c651ce222d7a6b357fefaccdadd9fa27d3539fb5f2384

Contents?: true

Size: 331 Bytes

Versions: 11

Compression:

Stored size: 331 Bytes

Contents

Then %(I should see my user ID) do
  expect(output_text).to match(/#{Regexp.escape(current_user.id)}/)
end

Then %(I should see my email address) do
  expect(output_text).to match(/#{Regexp.escape(current_user.email)}/)
end

Then %(I should see my name) do
  expect(output_text).to match(/#{Regexp.escape(current_user.name)}/)
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
ey-core-3.6.0.autoscaling1 features/step_definitions/current_user_steps.rb
ey-core-3.6.4 features/step_definitions/current_user_steps.rb
ey-core-3.6.3 features/step_definitions/current_user_steps.rb
ey-core-3.6.1 features/step_definitions/current_user_steps.rb
groove-ey-core-3.6.3 features/step_definitions/current_user_steps.rb
groove-ey-core-3.6.2 features/step_definitions/current_user_steps.rb
groove-ey-core-3.6.1 features/step_definitions/current_user_steps.rb
ey-core-3.5.0 features/step_definitions/current_user_steps.rb
ey-core-3.4.4 features/step_definitions/current_user_steps.rb
ey-core-3.4.2 features/step_definitions/current_user_steps.rb
ey-core-3.4.1 features/step_definitions/current_user_steps.rb