public
Description: A nested scaffold generator for rSpec and rails
Clone URL: git://github.com/jeremyf/rspec_on_rails_nested_scaffold.git
rspec_on_rails_nested_scaffold / test / rspec_nested_scaffold_test.rb
100644 9 lines (7 sloc) 0.156 kb
1
2
3
4
5
6
7
8
9
require 'test/unit'
 
class RspecNestedScaffoldTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_this_plugin
    flunk
  end
end