Class: Shokkenki::Consumer::RSpec::ConsumerName

Inherits:
Object
  • Object
show all
Defined in:
lib/shokkenki/consumer/rspec/consumer_name.rb

Class Method Summary collapse

Class Method Details

.from(example_group) ⇒ Object



6
7
8
9
10
# File 'lib/shokkenki/consumer/rspec/consumer_name.rb', line 6

def self.from example_group
   = example_group.example.
   = [:shokkenki_consumer]
   == true ? description_arg_from(): 
end