Sha256: a4dea242b1a1881e808a2fe87fd8d2e864d44e44bfc23012abd064441dc9274d

Contents?: true

Size: 292 Bytes

Versions: 9

Compression:

Stored size: 292 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

9 entries across 9 versions & 1 rubygems

Version Path
staticmatic2-2.1.8 spec/spec_helper.rb
staticmatic2-2.1.7 spec/spec_helper.rb
staticmatic2-2.1.6 spec/spec_helper.rb
staticmatic2-2.1.5 spec/spec_helper.rb
staticmatic2-2.1.4 spec/spec_helper.rb
staticmatic2-2.1.3 spec/spec_helper.rb
staticmatic2-2.1.2 spec/spec_helper.rb
staticmatic2-2.1.1 spec/spec_helper.rb
staticmatic2-2.1.0 spec/spec_helper.rb