Sha256: 4042cc11d36fd3a554cee4ced8d5a6d4f10894d61eabc2066c8b29b459c26c22

Contents?: true

Size: 296 Bytes

Versions: 7

Compression:

Stored size: 296 Bytes

Contents

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

require '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

7 entries across 7 versions & 2 rubygems

Version Path
staticmatic2-2.0.2 spec/spec_helper.rb
staticmatic2-2.0.1 spec/spec_helper.rb
staticmatic2-2.0.0 spec/spec_helper.rb
staticmatic-0.11.1 spec/spec_helper.rb
staticmatic-0.11.0 spec/spec_helper.rb
staticmatic-0.11.0.alpha.10 spec/spec_helper.rb
staticmatic-0.11.0.alpha.9 spec/spec_helper.rb