Skip to main content
Removed whitespace. Added colon.
Source Link
Dave Schweisguth
  • 37.8k
  • 10
  • 103
  • 123

I am trying to get test-first-ruby-master as instructed but I am getting multiple errors.

  This is the structure of the files/directory in test-first-ruby-master:

I am trying to get test-first-ruby-master as instructed but I am getting multiple errors.

  This is the structure of the files/directory in test-first-ruby-master

I am trying to get test-first-ruby-master as instructed but I am getting multiple errors. This is the structure of the files/directory in test-first-ruby-master:

Added important message to title
Link
Dave Schweisguth
  • 37.8k
  • 10
  • 103
  • 123

How to run an Running a single RSpec spec on Mac?fails with "`require': cannot load such file"

More formatting. Rewrote title.
Source Link
Dave Schweisguth
  • 37.8k
  • 10
  • 103
  • 123

How to execute rspec filerun an RSpec spec on macMac?

liblib contains ruby files and specspec contains spec files. I am trying to execute 00_hello_spec.rb00_hello_spec.rb file on my terminal but it doesn't work.

  1. I have tried require "lib/00_hello.rb"require "lib/00_hello.rb"
  2. require_relative "lib/00_hello.rb"require_relative "lib/00_hello.rb"

How to execute rspec file on mac

lib contains ruby files and spec contains spec files. I am trying to execute 00_hello_spec.rb file on my terminal but it doesn't work.

  1. I have tried require "lib/00_hello.rb"
  2. require_relative "lib/00_hello.rb"

How to run an RSpec spec on Mac?

lib contains ruby files and spec contains spec files. I am trying to execute 00_hello_spec.rb file on my terminal but it doesn't work.

  1. require "lib/00_hello.rb"
  2. require_relative "lib/00_hello.rb"
FIxed formatting
Source Link
Dave Schweisguth
  • 37.8k
  • 10
  • 103
  • 123
Loading
Source Link
Loading
lang-rb