Sha256: 5bfa3a23cf84763cc16488e7831e5c51f25ba8ead4f83d75c109a36df75ef567

Contents?: true

Size: 306 Bytes

Versions: 6

Compression:

Stored size: 306 Bytes

Contents

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

require File.dirname(__FILE__) + '/../lib/staticmatic'

TEST_SITE_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

6 entries across 6 versions & 1 rubygems

Version Path
staticmatic-0.10.8 spec/spec_helper.rb
staticmatic-0.10.7 spec/spec_helper.rb
staticmatic-0.10.6 spec/spec_helper.rb
staticmatic-0.10.5 spec/spec_helper.rb
staticmatic-0.10.4 spec/spec_helper.rb
staticmatic-0.10.3 spec/spec_helper.rb