Sha256: 068c7591ba62d2fe317e96eae7ff1d36d4e468563fd6322f68e76906cabee494

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

require 'helper'
require 'fixtures/markup_app/app'

class TestFormHelpers < Test::Unit::TestCase
  def app
    MarkupDemo.tap { |app| app.set :environment, :test }
  end

  # Test the form helper methods
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sinatra_more-0.1.5 test/markup_plugin/test_form_helpers.rb
sinatra_more-0.1.4 test/markup_plugin/test_form_helpers.rb
sinatra_more-0.1.3 test/markup_plugin/test_form_helpers.rb
sinatra_more-0.1.2 test/markup_plugin/test_form_helpers.rb
sinatra_more-0.1.1 test/markup_plugin/test_form_helpers.rb