Esempio n. 1
0
 def test_it_should_dashify(self):
     assert 'this-is-my-argument' == dashify('this_is_my_argument')
     assert 'foo' == dashify('foo')
Esempio 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'))
Esempio 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'))
Esempio n. 4
0
 def test_it_should_dashify(self):
     assert 'this-is-my-argument' == dashify('this_is_my_argument')
     assert 'foo' == dashify('foo')