New Flashcards Section in Upcase

I am really liking the Flashcards. Love that I can take few minutes during work and go over them. Are there any plans to make this an iPhone App? I would love to just have it on my phone sometimes when I am in bed reading. If upcase contents were mobile, I think it will add great value to the service—especially with the new features like Flashcards.

Hello @antwonlee, thanks for the compliments and glad you’re enjoying the new flashcards feature. We don’t have any immediate plans to make a native mobile app. That said, we did focus on the mobile design while building out flashcards and I highly recommend trying it out on your phone.

1 Like

I looks like Upcase by thoughtbot | Learn Web Development Online is using old RSpec syntax. With RSpec 3 we can replace

logger = double("logger")
logger.stub(:log)

with

logger = spy("logger")