# File lib/nyan_cat_format/helpers.rb, line 3
    def rspec_3_or_greater?
      Gem::Version.new(RSpec::Core::Version::STRING).release >= Gem::Version.new('3.0.0')
    end