module TestProf::RSpecWorldSamplePatch

Instance variable writer for RSpec::Core::World

Public Instance Methods

filtered_examples=(val) click to toggle source
# File lib/test_prof/recipes/rspec/sample.rb, line 6
def filtered_examples=(val)
  @filtered_examples = val
end