diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-11-22 07:48:10 -0800 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-11-22 07:48:10 -0800 |
commit | fbfebdbe1c5b13f86f92404c3397d6dcb75766ce (patch) | |
tree | 60bade8c36f732feaf3db83f80b630e0ed71edb1 /spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb | |
parent | a2b383502bb4e78e4fc7aef0b5ca4fee80910157 (diff) | |
parent | 3c70006c1cfeb88ddc72d0f4ad47b03cde54bd08 (diff) |
Merge pull request #275 from jpmckinney/independent-specs
Allow specs to run independently
Diffstat (limited to 'spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb')
-rw-r--r-- | spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb | 2 |
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) |