Skip to content

Commit

Permalink
update query server spec file to work with current rspec versions
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1166609 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
janl committed Sep 8, 2011
1 parent 778e63e commit 0fc5669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/view_server/query_server_spec.rb
Expand Up @@ -25,7 +25,7 @@

puts "Running query server specs for #{LANGUAGE} query server"

require 'spec'
require 'rspec'
require 'json'

class OSProcessRunner
Expand Down Expand Up @@ -821,4 +821,4 @@ def should_have_exited qs
describe "thank you for using the tests" do
it "for more info run with QS_TRACE=true or see query_server_spec.rb file header" do
end
end
end

0 comments on commit 0fc5669

Please sign in to comment.