myflickr 0.0.3 → 0.0.4
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.
- data/History.txt +5 -1
- data/lib/myflickr/set.rb +2 -2
- data/lib/myflickr/version.rb +1 -1
- data/spec/set_spec.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/lib/myflickr/set.rb
CHANGED
data/lib/myflickr/version.rb
CHANGED
data/spec/set_spec.rb
CHANGED
@@ -42,7 +42,7 @@ describe Set, "class" do
|
|
42
42
|
myset = Set.find "72157603414539843"
|
43
43
|
tags = myset.tags
|
44
44
|
tags.should be_an_instance_of(Array)
|
45
|
-
tags.first.should be_an_instance_of(
|
45
|
+
tags.first.should be_an_instance_of(String)
|
46
46
|
end
|
47
47
|
|
48
48
|
it "should collect unique tags" do
|