You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a way to get started and familiarize myself with the code base (as well as Ruby in general), I am going start writing unit tests for JBot and this'll be my tracking bug. This should unblock #45 as well.
Please feel free to kick me if you don't see progress after a couple of weeks (I'm serious).
Adding tests for lib first:
lib/auth/admin_plugin.rb
lib/cinch/plugins/devtools.rb
lib/cinch/plugins/bacon.rb
lib/cinch/plugins/quotes.rb
lib/cinch/plugins/bittick.rb
lib/cinch/plugins/digitalocean.rb
lib/cinch/plugins/servers.rb
lib/cinch/plugins/twitter.rb
lib/cinch/plugins/suggestions.rb
lib/cinch/plugins/stickynick.rb
lib/cinch/plugins/help.rb
lib/cinch/plugins/uptime.rb
lib/cinch/plugins/shoutcast.rb
lib/cinch/plugins/admin.rb
lib/cinch/plugins/links.rb
lib/cinch/plugins/schedule.rb
lib/cinch/plugins/linktitle.rb
lib/cinch/plugins/about.rb
lib/models/api_key.rb
lib/models/suggestion.rb
lib/models/calendar.rb
lib/models/show.rb
lib/models/shows.rb
lib/models/wordcount.rb
lib/models/vote.rb
lib/models/datajson.rb
lib/models/twitter_client.rb
lib/models/link.rb
lib/models/cluster.rb
lib/models/quotelist.rb
lib/models/idftracker.rb
The text was updated successfully, but these errors were encountered:
As a way to get started and familiarize myself with the code base (as well as Ruby in general), I am going start writing unit tests for JBot and this'll be my tracking bug. This should unblock #45 as well.
Please feel free to kick me if you don't see progress after a couple of weeks (I'm serious).
Adding tests for lib first:
The text was updated successfully, but these errors were encountered: