spec/elephas/cache_spec.rb in elephas-3.0.1 vs spec/elephas/cache_spec.rb in elephas-4.0.0
- old
+ new
@@ -4,10 +4,10 @@
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#
require "spec_helper"
-describe ::Elephas::Cache do
+describe Elephas::Cache do
let(:entry) { ::Elephas::Entry.ensure("VALUE", ::Elephas::Cache.new(nil).prefix + "[KEY]", {ttl: 3600}) }
let(:reference) { ::Elephas::Cache.new(::Elephas::Backends::Hash.new) }
describe ".use" do
it "should use the provider for reading the value" do
\ No newline at end of file