Skip to content

Instantly share code, notes, and snippets.

@ndrluis
Last active December 29, 2015 19:39
Show Gist options
  • Select an option

  • Save ndrluis/7718919 to your computer and use it in GitHub Desktop.

Select an option

Save ndrluis/7718919 to your computer and use it in GitHub Desktop.
testing private method
describe "Blah::MyObject" do
before do
my_object = Blah::MyObject.new
end
describe "#thing" do
my_object.send(:thing).should eq(2)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment