diff --git a/lib/redistat.rb b/lib/redistat.rb index 4d52389..4c151ee 100644 --- a/lib/redistat.rb +++ b/lib/redistat.rb @@ -82,23 +82,3 @@ module Redistat module_function :connect, :connection, :flush, :redis, :redis=, :options, :threaded end - - - - - - - - - - - - - - - - - - - - diff --git a/spec/finder_spec.rb b/spec/finder_spec.rb index 1200319..aaa0fec 100644 --- a/spec/finder_spec.rb +++ b/spec/finder_spec.rb @@ -101,12 +101,3 @@ describe Redistat::Finder do end end - - - - - - - - - diff --git a/spec/summary_spec.rb b/spec/summary_spec.rb index 68dde3b..eadcdbb 100644 --- a/spec/summary_spec.rb +++ b/spec/summary_spec.rb @@ -47,26 +47,3 @@ describe Redistat::Summary do end end - - - - - - - - - - - - - - - - - - - - - - -