Methods

Class/Module Index [+]

Quicksearch

Merb::Test

Public Class Methods

add_helpers(&block) click to toggle source
# File lib/merb-core/test/test_ext/rspec.rb, line 31
def self.add_helpers(&block)
  if Merb.test_framework == :rspec
    ExampleGroup.class_eval(&block)
  else
    raise NotImplementedError
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.