Skip to content

BrianSammit/Enumerables_RSpec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerables_RSpec

This project consist on implement our own version of Ruby’s enumerable methods. We duplicated #each, #each_with_index, #select, #all, #any, #none, #count, #map and #inject.

Built With :

  • Ruby
  • GitHub
  • RSpec

Issue page link

Issue link

How to run the RSpec test

  • You need to have the RSpec installed in you computer if you don't have it follow the steps.

Boot up your terminal and punch in gem install rspec to install RSpec. Once that’s done, you can verify your version of RSpec with rspec --version, which will output the current version of each of the packaged gems. Take a minute also to hit rspec --help and look through the various options available.

  • cd into the project and open a terminal.
  • In the teminal just write rspec to run the tests.

Authors

👤 Brian Sammit Cruz Rodriguez

👤 Mohammed Al-Asfar

👤 Guillain Bisimwa

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support ⭐️

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%