aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
committerRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
commit40f0d929727694eba21c934cb3732574cf84f6b6 (patch)
treef4995e43c897bda5a5d878dbdc6df3fb65eddf97 /spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
parentfe6d2c7a1609d9088c136762d7d89f7dc01a21ea (diff)
parent00caf911d7b60cbd3dea0ec070321b5b6aa6a79d (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb')
-rw-r--r--spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb b/spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
index 1cf5e3d25..9bd5ccb93 100644
--- a/spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
+++ b/spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
describe WhatDoTheyKnow::StripEmptySessions do
def make_response(session_data, response_headers)