module RSpec::Crispy

Constants

VERSION

Public Class Methods

configure_without_conflict(config) click to toggle source
# File lib/rspec/crispy.rb, line 14
def self.configure_without_conflict config
  config.after(:each){ ::Crispy::CrispyWorld.reset }
end
framework_name() click to toggle source
# File lib/rspec/crispy.rb, line 10
def self.framework_name
  :crispy
end