Module: RSpec

Defined in:
lib/r_spec.rb

Overview

Top level namespace for the RSpec clone.

Examples:

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 Also: