Module: RSpec::GraphRunner::Titan

Defined in:
lib/pacer-titan/rspec.rb

Instance Method Summary collapse

Instance Method Details

#all(usage_style = :read_write, indices = true, &block) ⇒ Object



3
4
5
6
# File 'lib/pacer-titan/rspec.rb', line 3

def all(usage_style = :read_write, indices = true, &block)
  super
  titan(usage_style, indices, &block)
end

#titan(usage_style = :read_write, indices = true, &block) ⇒ Object



8
9
10
# File 'lib/pacer-titan/rspec.rb', line 8

def titan(usage_style = :read_write, indices = true, &block)
  for_graph('titan', usage_style, indices, false, titan_graph, titan_graph_2, nil, block)
end