racktest_cookie_disabler 0.0.1 → 0.0.2
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.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: racktest_cookie_disabler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -94,7 +94,6 @@ files:
|
|
94
94
|
- lib/racktest_cookie_disabler/version.rb
|
95
95
|
- racktest_cookie_disabler.gemspec
|
96
96
|
- spec/middleware_spec.rb
|
97
|
-
- spec/racktest_cookie_disabler_spec.rb
|
98
97
|
- spec/spec_helper.rb
|
99
98
|
homepage: https://github.com/Hermanverschooten/racktest_cookie_disabler
|
100
99
|
licenses: []
|
@@ -110,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
110
109
|
version: '0'
|
111
110
|
segments:
|
112
111
|
- 0
|
113
|
-
hash:
|
112
|
+
hash: 1301757190708487267
|
114
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
114
|
none: false
|
116
115
|
requirements:
|
@@ -119,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
118
|
version: '0'
|
120
119
|
segments:
|
121
120
|
- 0
|
122
|
-
hash:
|
121
|
+
hash: 1301757190708487267
|
123
122
|
requirements: []
|
124
123
|
rubyforge_project:
|
125
124
|
rubygems_version: 1.8.23
|
@@ -128,5 +127,4 @@ specification_version: 3
|
|
128
127
|
summary: Helper for capybara that allows you to test without cookies enabled.
|
129
128
|
test_files:
|
130
129
|
- spec/middleware_spec.rb
|
131
|
-
- spec/racktest_cookie_disabler_spec.rb
|
132
130
|
- spec/spec_helper.rb
|
@@ -1,13 +0,0 @@
|
|
1
|
-
require "spec_helper"
|
2
|
-
|
3
|
-
describe RackTestCookieDisabler do
|
4
|
-
subject {described_class}
|
5
|
-
|
6
|
-
describe ".disable_cookies" do
|
7
|
-
|
8
|
-
it "has a cookies_disabled attribute" do
|
9
|
-
subject.respond_to?(:cookies_disabled).should be true
|
10
|
-
subject.respond_to?(:cookies_disabled=).should be true
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|