picky-client 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/picky-client/helper.rb +1 -1
- data/spec/picky-client/helper_spec.rb +3 -0
- metadata +3 -3
data/lib/picky-client/helper.rb
CHANGED
@@ -6,6 +6,9 @@ describe Picky::Helper do
|
|
6
6
|
it "should return good html" do
|
7
7
|
Picky::Helper.cached_interface.should == Picky::Helper.interface
|
8
8
|
end
|
9
|
+
it "should respect the options" do
|
10
|
+
Picky::Helper.cached_interface(:more => 'bla').should_not == Picky::Helper.interface(:more => 'blu')
|
11
|
+
end
|
9
12
|
it "should return the cached interface" do
|
10
13
|
Picky::Helper.cached_interface.object_id.should == Picky::Helper.cached_interface.object_id
|
11
14
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 5
|
9
|
+
version: 0.0.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Florian Hanke
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-10-
|
17
|
+
date: 2010-10-03 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|