split_cat 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -1
- data/lib/split_cat/helpers.rb +7 -6
- data/lib/split_cat/version.rb +1 -1
- data/spec/dummy/log/test.log +17194 -0
- data/spec/lib/split_cat/helpers_spec.rb +1 -0
- metadata +2 -4
- data/spec/dummy/tmp/pids/server.pid +0 -1
@@ -129,6 +129,7 @@ module SplitCat
|
|
129
129
|
|
130
130
|
it 'assigns a cookie when passed the :force option' do
|
131
131
|
token = set_split_cat_cookie
|
132
|
+
@cookies[ :split_cat_token ] = token # Hack to prevent lookup including expires value
|
132
133
|
set_split_cat_cookie.should eql( token )
|
133
134
|
set_split_cat_cookie( :force => true ).should_not eql( token )
|
134
135
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: split_cat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rich Humphrey
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -268,7 +268,6 @@ files:
|
|
268
268
|
- spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
269
269
|
- spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
270
270
|
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
271
|
-
- spec/dummy/tmp/pids/server.pid
|
272
271
|
- spec/factories/experiment_factory.rb
|
273
272
|
- spec/factories/goal_factory.rb
|
274
273
|
- spec/factories/hypothesis_factory.rb
|
@@ -399,7 +398,6 @@ test_files:
|
|
399
398
|
- spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
400
399
|
- spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
401
400
|
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
402
|
-
- spec/dummy/tmp/pids/server.pid
|
403
401
|
- spec/factories/experiment_factory.rb
|
404
402
|
- spec/factories/goal_factory.rb
|
405
403
|
- spec/factories/hypothesis_factory.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
66363
|