Sha256: eb7b953a10ade2fba780cbf21cbd0c3077ee244963f745c3ce2a3cfc6a70359c

Contents?: true

Size: 214 Bytes

Versions: 5

Compression:

Stored size: 214 Bytes

Contents

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

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

  # TODO Test the form builder methods
end

Version data entries

5 entries across 5 versions & 1 rubygems

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