Sha256: 48f7b3cf503d1a26e048f7ff7c71ca9116a301bd464637d8ad31d00703408d68

Contents?: true

Size: 211 Bytes

Versions: 7

Compression:

Stored size: 211 Bytes

Contents

require 'teststrap'
include Howl

context "Integration Site" do
  setup { Site.new(File.join(File.dirname(__FILE__), "integration_site")) }

  should "generate successfully" do
    topic.write_to_disk
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
howl-0.6.0 test/integration_test.rb
howl-0.5.5 test/integration_test.rb
howl-0.5.4 test/integration_test.rb
howl-0.5.3 test/integration_test.rb
howl-0.5.2 test/integration_test.rb
howl-0.5.1 test/integration_test.rb
howl-0.5.0 test/integration_test.rb