diff options
author | James McKinney <james@slashpoundbang.com> | 2011-10-16 20:12:26 -0400 |
---|---|---|
committer | James McKinney <james@slashpoundbang.com> | 2011-10-16 20:12:26 -0400 |
commit | 0bf2e8d5cb7a34f3bc932d88f0ec4293320aca4d (patch) | |
tree | 7636a1dfc0e1bd67bdaf2c56a7a9ed1e925ec8af /spec/lib/whatdotheyknow | |
parent | 6bc07fec63a929d5413b33f7bc34e3505e17a090 (diff) |
allow specs to run independently
Diffstat (limited to 'spec/lib/whatdotheyknow')
-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) |