require 'test/unit' class SprocketsTest < Test::Unit::TestCase # Replace this with your real tests. test "the truth" do assert true end end