Write code that will return an array of employees who started before 2006
Write code that will return an array of strings in the format "First Last (Title) - started m/d/yyyy.
See data from data/employees.rb for an example of what the input should look like.
- Fork and clone
- Implement specs and code
Create a Ruby file in the bin directory that runs the code you write against the employee data in data/employees.rb