aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/whatdotheyknow
diff options
context:
space:
mode:
authorJames McKinney <james@slashpoundbang.com>2011-10-16 20:12:26 -0400
committerJames McKinney <james@slashpoundbang.com>2011-10-16 20:12:26 -0400
commit0bf2e8d5cb7a34f3bc932d88f0ec4293320aca4d (patch)
tree7636a1dfc0e1bd67bdaf2c56a7a9ed1e925ec8af /spec/lib/whatdotheyknow
parent6bc07fec63a929d5413b33f7bc34e3505e17a090 (diff)
allow specs to run independently
Diffstat (limited to 'spec/lib/whatdotheyknow')
-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)