Clone
require File.dirname(__FILE__) + '/../integration_helper'
describe 'Complex with_scope conditions', pending: true do
include Rack::Test::Methods
def app
run_server
end
it 'returns the right number of events' do
get '/filtered'
last_response.body.should =~ /events=1./
end
end