casualdate

https://github.com/stellardoor5319/casualdate

Ruby

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

TestGetCurrentDateObject#test_correctdate

Checks that the date object receved is the correct date object for today

Source | Google | Stack overflow

Edit

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

cd casualdate

open tests/tc_get_current_date_object.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-TestGetCurrentDateObject-test_correctdate-for-pr


# Commit to git

git add tests/tc_get_current_date_object.rbgit commit -m "better docs for TestGetCurrentDateObject#test_correctdate"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-TestGetCurrentDateObject-test_correctdate-for-pr

hub pull-request


# Celebrate!