spec/unit/entity/collection_spec.rb in npr-1.1.0 vs spec/unit/entity/collection_spec.rb in npr-1.2.0
- old
+ new
@@ -29,10 +29,10 @@
}
]
}
JSON
end
-
+
before :each do
@collection = NPR::Entity::Collection.new(@fixture)
end
end