Sha256: 9348fda96f7d57382b1846349bcf074ad09b9b39aea7fb8f27bb153ab7d137da

Contents?: true

Size: 425 Bytes

Versions: 9

Compression:

Stored size: 425 Bytes

Contents

require 'rubygems'
require 'riot'
require 'nokogiri'

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'howl'

def fixture_path(path = ".")
  Pathname.new(File.dirname(__FILE__)) + 'fixtures' + path
end

class String
  def clean
    self.strip.gsub(/\n+/, "\n")
  end
end

class Mustache
  def self.raise_on_context_miss? 
    true
  end
end

Riot.verbose

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
howl-0.6.0 test/teststrap.rb
howl-0.5.5 test/teststrap.rb
howl-0.5.4 test/teststrap.rb
howl-0.5.3 test/teststrap.rb
howl-0.5.2 test/teststrap.rb
howl-0.5.1 test/teststrap.rb
howl-0.5.0 test/teststrap.rb
howl-0.4.1 test/teststrap.rb
howl-0.4.0 test/teststrap.rb