Sha256: d63425baebb696d97ff28c3427f3db17c1b07d36f997f549cbdc53f98ea2864e
Contents?: true
Size: 313 Bytes
Versions: 22
Compression:
Stored size: 313 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') require 'assette/server' describe Assette::Server do before(:all) do @dir_before = Dir.pwd Dir.chdir(File.dirname(__FILE__) + '/../examples') end after(:all) do Dir.chdir(@dir_before) end it "should be implemented" end
Version data entries
22 entries across 22 versions & 1 rubygems