Skip to content

Files

Latest commit

 

History

History
 
 

ruby

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
Ruby Instructions
  • run tests with rspec funding_raised_spec.rb
  • refactor the FundingRaised class in funding_raised.rb, making sure to:
    • DRY up duplicated
    • improve method & variable name
    • improve readability and maintainability
  • ensure tests continue to pass