module RSpec
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.