From f6339eb17710ce81117e06725a4403e33a934d24 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 3 Sep 2006 00:18:31 +0000 Subject: Thoroughly test the FCGI dispatcher. Closes #5970. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4913 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/test/mocks/stubbed_breakpoint.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 railties/test/mocks/stubbed_breakpoint.rb (limited to 'railties/test/mocks/stubbed_breakpoint.rb') diff --git a/railties/test/mocks/stubbed_breakpoint.rb b/railties/test/mocks/stubbed_breakpoint.rb new file mode 100644 index 0000000000..15558282b1 --- /dev/null +++ b/railties/test/mocks/stubbed_breakpoint.rb @@ -0,0 +1,2 @@ +module Breakpoint +end -- cgit v1.2.3