module TestBelt::Context::InstanceMethods

Public Instance Methods

context() click to toggle source
# File lib/test_belt/context.rb, line 34
def context
  self.class._testbelt_contexts.join(' ')
end