Sha256: fd381ee351fdc5907ceec7832d9ae1ae15795ec9de67fe7729461dca930be0af
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true step "Are you talking about :name !!!!!" do |name| expect(name).to eq("Kuririn") end step "When you give up, that's when the game is over." do expect(true).to be true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
table_beet2-0.0.5 | spec/fixtures/steps/global_steps.rb |
table_beet2-0.0.4 | spec/fixtures/steps/global_steps.rb |