• Jump To … +
    autorun.rb data_structures.rb defaults.rb dsl.rb evaluators.rb notifiers.rb schedulers.rb
  • ¶

    Autorun

  • ¶

    A convenience file that sets up an auto-running common case DSL in the top-level namespace to get you going fast.

    require 'xspec'
    
    extend XSpec.dsl
    autorun!