Sha256: 0120e0a79535bfc53a0f9eedc8b38325a464c509492dfe9f1b46125da3575047

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

require 'rubygems'
require 'stringio'
require 'spec'

require 'staticmatic'

TEST_SITE_PATH = File.expand_path(File.join(File.dirname(__FILE__), "sandbox", "test_site"))

Spec::Runner.configure do |config|
end

def setup_staticmatic
  @staticmatic = StaticMatic::Base.new(TEST_SITE_PATH)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staticmatic3-2.1.10 spec/spec_helper.rb
staticmatic3-2.1.9 spec/spec_helper.rb