casualdate

https://github.com/stellardoor5319/casualdate

Ruby

Ruby gem to get natural language for a specific day, E.G. in two days time.

TestCompareDates#test_lower

Tests for false results

Source | Google | Stack overflow

Edit

git clone [email protected]:stellardoor5319/casualdate.git

cd casualdate

open tests/tc_compare_dates.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-TestCompareDates-test_lower-for-pr


# Commit to git

git add tests/tc_compare_dates.rbgit commit -m "better docs for TestCompareDates#test_lower"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-TestCompareDates-test_lower-for-pr

hub pull-request


# Celebrate!