This project, is about testing with Javascript using JasmineJS. Testing is an important part of the development process and many organizations practice a standard known as "test-driven development" or TDD
In order to run this project you have to load it locally. Specifically download or clone the repository and open index.html in your browser. You can check if the test passes at the bottom of the page.
In this project I was given a web-based application that reads RSS feeds by Udacity and I had to write a number of tests using jasmine framework against this pre-existing application.