Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Sinatra::Runner In Integration Test #840

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add the contrib gem, as a github dependency for now.
  • Loading branch information
apotonick committed Feb 12, 2014
commit baffa6715b8afe786fb81026ed21fc0c0f7d2043
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ platforms :mri_18 do
next if RUBY_ENGINE != 'ruby' or RUBY_VERSION > "1.8"
gem 'rcov'
end

gem "sinatra-contrib", :path => "../sinatra-contrib"#:git => "git@github.com:apotonick/sinatra-contrib.git", :branch => "runner"