Sha256: 58e0954a963d99be01371ab6c12014e56a473951319c2c992382281f1a142853

Contents?: true

Size: 324 Bytes

Versions: 8

Compression:

Stored size: 324 Bytes

Contents

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

require File.dirname(__FILE__) + '/../lib/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

8 entries across 8 versions & 1 rubygems

Version Path
staticmatic-0.11.0.alpha.8 spec/spec_helper.rb
staticmatic-0.11.0.alpha.7 spec/spec_helper.rb
staticmatic-0.11.0.alpha.6 spec/spec_helper.rb
staticmatic-0.11.0.alpha.5 spec/spec_helper.rb
staticmatic-0.11.0.alpha.4 spec/spec_helper.rb
staticmatic-0.11.0.alpha.3 spec/spec_helper.rb
staticmatic-0.11.0.alpha.1 spec/spec_helper.rb
staticmatic-0.11.0.alpha.0 spec/spec_helper.rb