treble37 / rsocialize

A ruby gem that lets you incorporate the jQuery sharrre plugin into your ruby app with one command
MIT License
13 stars 9 forks source link

Convert RSpec tests to use Jasmine #7

Open codenamev opened 10 years ago

codenamev commented 10 years ago

I think the spec tests could be much cleaner using Jasmine: http://jasmine.github.io/2.0/introduction.html

treble37 commented 10 years ago

Thanks for the suggestion - I'm going to look into this. FYI - this gem is one of the first things I wrote when I was learning Rails, so I just tried to roll with Rspec. It could definitely use some maintenance ;)