Sha256: a01e71cff1730e528fc8bec1a2b50b888301178ded8b39ef90ab057185dad04b

Contents?: true

Size: 262 Bytes

Versions: 1

Compression:

Stored size: 262 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require 'fixtures/modular_app'

describe 'a modular style sinatra app' do
  include Rack::Test::Methods

  def app
    ModularApp
  end

  it_should_behave_like 'all sinatra-mongo test apps'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sinatra-mongo-0.1.0 spec/sinatra-mongo_modular_style_spec.rb