Agile Development and Testing Project
Acceptance criteria
Course listing
- Searching for "csci 2994" from CSCC's homepage yields more than 1 result
- First result of search is titled "CSCI-2994 - CSCI Current Topics"
- The course lists "None" for its prerequisites.
- There's a link to the bookstore under "Textbooks" for the course listing.
Rubular
- Should be able to enter a regexp of "(.*)@(.*)\.(.*)" and a test string of "jdenen@cscc.edu"
- Should return a match result of "jdenen@cscc.edu"
- Should return three match groups:
- jdenen
- cscc
- edu
- Match groups should each be formatted onto a new line
- Match groups should be preceded by an index number
Git
To complete this assignment, you need to:
- Fork this repository
- Clone your fork onto your machine with
git clone https://github.com/YOUR_USERNAME/agile-dev-test-8wk-final
- Write code
- Push your work to your forked repository with
git push
- Submit a pull request WITH YOUR NAME IN THE TITLE
Questions or Concerns
Leave us a GitHub issue, email an instructor, or grab one before/after the next class.