Exemplo n.º 1
0
 def test_it_should_dashify(self):
     assert 'this-is-my-argument' == dashify('this_is_my_argument')
     assert 'foo' == dashify('foo')
Exemplo n.º 2
0
 def test_it_should_dashify(self):
     assert_equal('this-is-my-argument', dashify('this_is_my_argument'))
     assert_equal('foo', dashify('foo'))
Exemplo n.º 3
0
 def test_it_should_dashify(self):
     assert_equal('this-is-my-argument', dashify('this_is_my_argument'))
     assert_equal('foo', dashify('foo'))
Exemplo n.º 4
0
 def test_it_should_dashify(self):
     assert 'this-is-my-argument' == dashify('this_is_my_argument')
     assert 'foo' == dashify('foo')