예제 #1
0
 def test_it_should_dashify(self):
     assert 'this-is-my-argument' == dashify('this_is_my_argument')
     assert 'foo' == dashify('foo')
예제 #2
0
 def test_it_should_dashify(self):
     assert_equal('this-is-my-argument', dashify('this_is_my_argument'))
     assert_equal('foo', dashify('foo'))
예제 #3
0
 def test_it_should_dashify(self):
     assert_equal('this-is-my-argument', dashify('this_is_my_argument'))
     assert_equal('foo', dashify('foo'))
예제 #4
0
 def test_it_should_dashify(self):
     assert 'this-is-my-argument' == dashify('this_is_my_argument')
     assert 'foo' == dashify('foo')