Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
j1n3l0 / test_private_method.rb
Created November 16, 2010 14:15
HowTo: test private methods in Ruby [ruby, test]
# HowTo: test private methods in Ruby
#
# @author Nelo Onyiah
require "rubygems"
require "shoulda"
module Baz
private
def quux