Sha256: b52414a03c9752de94275c26c1cacf2ddeccf04e447d590b3bb2a50197187458

Contents?: true

Size: 341 Bytes

Versions: 8

Compression:

Stored size: 341 Bytes

Contents

require 'redlander'
include Redlander

# Helpful testing methods
Redlander.module_eval <<HERE
  class << self
    def root
      '#{File.expand_path(File.join(File.dirname(__FILE__), ".."))}'
    end

    def fixture_path(filename = "")
      File.join(root, "spec", "fixtures", filename)
    end
  end
HERE

RSpec.configure do |config|
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
redlander-0.6.2 spec/spec_helper.rb
redlander-0.6.1 spec/spec_helper.rb
redlander-0.6.0 spec/spec_helper.rb
redlander-0.5.3 spec/spec_helper.rb
redlander-0.5.2 spec/spec_helper.rb
redlander-0.5.1 spec/spec_helper.rb
redlander-0.5.0 spec/spec_helper.rb
redlander-0.4.0 spec/spec_helper.rb