spec/lazier_spec.rb in lazier-1.0.4 vs spec/lazier_spec.rb in lazier-1.0.5

- old
+ new

@@ -1,4 +1,10 @@ +# encoding: utf-8 +# +# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>. +# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. +# + require "spec_helper" describe Lazier do describe ".is_ruby_18?" do it "it return true for Ruby 1.8" do \ No newline at end of file