Sha256: 7256cd9a965bbb6332b77684372990eb9e4319e08fd4da4c77f6b35bce2dd7e8

Contents?: true

Size: 205 Bytes

Versions: 11

Compression:

Stored size: 205 Bytes

Contents

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

class StaticMaticServerTest < Test::Unit::TestCase
  def setup
    @base_dir = File.dirname(__FILE__) + '/sandbox/tmp'
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
staticmatic-0.7.0 test/server_test.rb
staticmatic-0.7.1 test/server_test.rb
staticmatic-0.8.1 test/server_test.rb
staticmatic-0.2.0 test/server_test.rb
staticmatic-0.2.1 test/server_test.rb
staticmatic-0.3.0 test/server_test.rb
staticmatic-0.8.9 test/server_test.rb
staticmatic-0.8.6 test/server_test.rb
staticmatic-0.8.5 test/server_test.rb
staticmatic-0.8.8 test/server_test.rb
staticmatic-0.8.4 test/server_test.rb