It allows any user to find text that exists on a Wikipedia page and replace that text on their own. For example, a user can rewrite history by specifying that Steven Hawking was president of the United States in 1789. And why not? Home boy is amazing.
- Bundle gems
$ bundle
- Initialize the database
$ rake db:create
$ rake db:migrate
- Start Rails
$ rails server
- Setup the test environment:
$ rake db:test:prepare
- Run the tests:
$ rspec
- Run JavaScript Tests:
$ rake jasmine
Then visit your localhost:8888 to view the tests.