Skip to content

Commit

Permalink
added support for protest
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Feb 18, 2010
1 parent e6ee002 commit 7ac070f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Frameworks
Currently Sinatra::TestHelper ships with support for:

* Bacon
* Protest
* RSpec
* Test::Spec
* Test::Unit
Expand Down
10 changes: 10 additions & 0 deletions lib/sinatra/protest.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require "sinatra/test_helper"
require "protest"

module Sinatra
# Some Bacon example and description goes here.
module Protest
::Protest::TestCase.send :include, self
include Sinatra::TestHelper
end
end

0 comments on commit 7ac070f

Please sign in to comment.