Skip to content
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

Tests would not pass #7

Closed
dapawn opened this issue Jan 18, 2018 · 1 comment
Closed

Tests would not pass #7

dapawn opened this issue Jan 18, 2018 · 1 comment
Labels

Comments

@dapawn
Copy link

dapawn commented Jan 18, 2018

I had to make a change to the tests to set the time, the tests were always using the current time:

    allow(Time).to receive(:now).and_return(Time.utc(*[26, 10, 10, 2, 1, 2018, 1, 154, false, "MST"]))
  #  allow(Time).to receive(:now){
  #    Time.new(2015,11,27,9,30)
  #  }
@curiositypaths
Copy link
Contributor

Hi there,

I'm having difficulty reproducing the issue, so I'm going to close it for now.

If you can provide further detail about the steps required to reproduce the issue and any additional relevant information about your development environment (local or IDE), I'd be happy to take a second look!

As always, thanks for contributing! 💙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@curiositypaths @dapawn and others