Sha256: 8b24cdc631b06ca5d866311a041594ba9b8310561aad80d76abfc39ac190c6d9
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 Bytes
Contents
require 'rubygems' gemfile = File.expand_path('../../../Gemfile', __FILE__) raise 'could not find gemfile' unless File.exist?(gemfile) ENV['BUNDLE_GEMFILE'] = gemfile require 'bundler' Bundler.setup $:.unshift File.expand_path('../../../../lib', __FILE__) require 'sinatra' module Dope class App < ::Sinatra::Base get "/" do "BBQ supports sinatra" end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bbq-0.2.1 | test/dope/app.rb |
bbq-0.2.0 | test/dope/app.rb |
bbq-0.1.0 | test/dope/app.rb |
bbq-0.0.4 | test/dope/app.rb |
bbq-0.0.3 | test/dope/app.rb |