Blog Improve It

How to write specs in Sinatra using RSpec

Posted by Vinícius Teles 3 months ago.

I worked on a small app recently where I chose to use Sinatra. When I tried to write the specs, things were not as smooth as I would expect. Fortunately, I found this great article on how to use RSpec with Sinatra. I hope it can be helpful to you too.

Tags  | no comments

Integration Plugin with GIT support

Posted by Marcos Tapajós about 1 year ago.

Integration Plugin with GIT support.

intplugin

Since the release of Integration Plugin I was feeling that the plugin needed to have the GIT support but the plugin had been extracted from an existing code and the Improve It team hadn't used this SCM yet.

After the release my friend Eduardo Fiorezi sent me a patch with this support first and afterwards another patch with the git-svn support but I didn't accept because there was some documentation missing and I didn't have time to do it. Today, another friend Sylvestre Mergulhão sent me a different patch with the missing documentation.

Thanks to Eduardo Fiorezi and Sylvestre Mergulhão

Tags  | no comments