Skip to content

marycodes2/tips-mod-5-ruby-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recurring Moment Debugging Challenge

Introduction

There recurring_moment.rb has a broken implementation of RecurringMoment. There is a correct suite of RSpec tests for the class. Fix the module so that the tests pass!

Getting Started

  • bundle install to install the dependencies
  • rspec recurring_moment_spec.rb to run the full suite of tests
  • rspec recurring_moment_spec.rb:[line_number] to run a single line

Go ahead and edit the code in recurring_moment.rb to make the module work!

Bonus

  • What's the runtime of the match function?
  • How could you improve this method?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%