Skip to content

Instantly share code, notes, and snippets.

@stephaniewilkinson
Created March 19, 2016 23:20
Show Gist options
  • Save stephaniewilkinson/450297541c9e3ec6549a to your computer and use it in GitHub Desktop.
Save stephaniewilkinson/450297541c9e3ec6549a to your computer and use it in GitHub Desktop.
require 'minitest/autorun'
require 'minitest/pride'
require 'since_potter'
describe SincePotter do
before do
@since_potter = SincePotter.new
end
describe "the truth" do
it "is true" do
true.must_equal false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment