-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added specs #1
base: master
Are you sure you want to change the base?
Added specs #1
Conversation
let(:anchor) { Time.utc(2015,3,7).strftime('%Y-%m-%d') } | ||
let(:number_of_weeks) { 2 } | ||
|
||
context "when there isn't specified number_of_weeks" do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write "when number_of_weeks value is provided" and "when number_of_weeks value is not provided" below
I'm reviewing this more deeply in a while. So far: great! As a next step: try to break the library hard, if you can think about any limit condition to test, test it with no pity! 💣 I'll be using this in production soon if you will give me the ok. |
I don't know what else could I test, so, I think you can use it in production! |
No description provided.