Fourfingerz / DontBLazy

Web app for personal productivity with accountability via shared SMS to friends if you miss a goal.
3 stars 1 forks source link

Failing tests #1

Open thiagogabriel opened 8 years ago

thiagogabriel commented 8 years ago

Hey @Fourfingerz, whats up?

I'm setting this project on my machine and I have 4 failing tests:

rspec ./spec/features/typical_usage_spec.rb:67 # User lands on landing page for the first time ever adds a new micropost with two associated recipients and began delayed job
rspec ./spec/models/micropost_spec.rb:78 # Micropost micropost#check_in will properly check in a micropost depending on whether or not a user checked in
rspec ./spec/models/user_spec.rb:14 # User will not allow users to make another account with the same phone number
rspec ./spec/models/user_spec.rb:71 # User user#create_status_sms creates the proper tasks map for persistance and proper sms message

Are they failing on you machine?

Fourfingerz commented 8 years ago

Oof, Yes. Those are old tests and I have to update them to pass. My highest priority right now, I want to get this app working in Brazil and internationally. I'm going to look into Twitter integration, but do you have any other ideas how we can get this working where you live? I was also thinking of making the app open, and you only need an account when you want to have more than one goal (at a time) or want to save progress.

thiagogabriel commented 8 years ago

@Fourfingerz the other idea is to send email, but I prefer twitter because the interaction is more simple.