spec/lib/redis_spec.rb in io_shuten-0.0.1.dev5 vs spec/lib/redis_spec.rb in io_shuten-0.0.3.dev1
- old
+ new
@@ -1,7 +1,7 @@
# encoding: utf-8
require File.expand_path("../../spec_helper.rb", __FILE__)
include IO_shuten
describe Redis do
- it { Redis.should inherit_from(IO_shuten::Base) }
+ it { IO_shuten::Redis.should inherit_from(IO_shuten::Base) }
end