public
Description: A Haml Scaffolding Generator for RSpec
Homepage: http://blog.citrusbyte.com/2008/3/11/what-s-that-rspec-haml-scaffolds-yes-it-is
Clone URL: git://github.com/dfischer/rspec-haml-scaffold-generator.git
rspec-haml-scaffold-generator / rspec_haml_scaffold_generator_test.rb
100644 8 lines (6 sloc) 0.247 kb
1
2
3
4
5
6
7
8
require 'test_helper'
 
class RspecHamlScaffoldGeneratorTest < Test::Unit::TestCase
  should "probably rename this file and start testing for real" do
    flunk "hey buddy, you should probably rename this file and start testing for real"
  end
end