Test creating a pull request
- Fork this respository and clone
- Edit the clone_war.rb
- Paste in the code at the bottom
- commit the code using:
git commit -am "Feature: Not at war"
- Push your code to github
git push origin master
- Go to github and submit a pull request
class CloneWar
def war?
false
end
end
If you run the tests, they should pass
bundle exec rake
or
ruby clone_war_test.rb