On Saturday 07 February 2009 11:57:20 Phlip wrote:

That is strange, I used the command line option with an app that was setup to 
use rspec and it created a test for it not problem.

I just tried running this command on my current development project:

merb-gen model post --testing-framework=test_unit

and it created a file:

test/models/post_test.rb

containing:

require File.join(File.dirname(__FILE__), '..', 'test_helper' )

class PostTest < Test::Unit::TestCase

  def test_should_be_tested
    assert false
  end

end

Derek

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to