Skip to content

Created our own enumerable methods using Ruby

Notifications You must be signed in to change notification settings

jcy2704/my_enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rspec for Enumerable Methods

We created tests for our own enumerables methods in Ruby.

  • my_each
  • my_each_with_index
  • my_select
  • my_all?
  • my_any?
  • my_none?
  • my_count
  • my_map
  • my_inject
  • multiply_els

Built With

  • Ruby

Live Demo

Check our code

Getting Started

We used the existing project of Enumerable methods to create and test Rspec.

To get a local copy up and running follow these simple example steps.

Prerequisites

Computer running Mac OS, Windows, or Linux Ubuntu. Internet browser: Firefox, Google Chrome, Opera... Ruby and Rspec installed in your system

Setup

Download the code or copy the git repository to your computer.

Usage

To run our project type rspec in your terminal where your file is stored to be able to use the Rspec tests.

Authors

👤 Steven Jack Chung

👤 Thales Neves

🤝 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!

About

Created our own enumerable methods using Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages