Sha256: 999900c97f8734b2e6dda4e4e6f47e7700400535f8ff03bb1b698c96a7a38b29

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

# frozen_string_literal: true

# Top level namespace for the RSpec clone.
#
# @example The true from the false
#   require "r_spec"
#
#   RSpec.describe "The true from the false" do
#     it { expect(false).not_to be true }
#   end
#
#   # Output to the console
#   #   Success: expected false not to be true.
#
# @see https://github.com/cyril/r_spec-clone.rb
module RSpec
end

require "r_spec/clone"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
r_spec-1.0.7 lib/r_spec.rb
r_spec-1.0.6 lib/r_spec.rb
r_spec-1.0.5 lib/r_spec.rb
r_spec-1.0.4 lib/r_spec.rb