Skip to content

First set of RSPEC practice problems for the a/A Alpha Course

Notifications You must be signed in to change notification settings

ZuhairS/RSPEC-Practice-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has five separate problems, with five separate spec files. Run them in the following order:

  1. 00_hello_spec.rb
  2. 01_temperature_spec.rb
  3. 02_calculator_spec.rb
  4. 03_simon_says_spec.rb
  5. 04_pig_latin_spec.rb

Instructions for each problem are in the spec file.

Remember, the way you run the tests is by navigating to the project's root directory (the directory with the README, the lib folder, and the spec folder) and running bundle exec rspec in terminal.

You can run just the specs in a single spec file by running bundle exec rspec file_name.rb in terminal (e.g., bundle exec rspec hello_spec.rb).

You can run just one spec or set of specs by running bundle exec rspec file_name.rb:line_number in terminal (e.g., bundle exec rspec hello_spec.rb:3).

About

First set of RSPEC practice problems for the a/A Alpha Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages