Advertisement
S-Mage

issue_id context

Feb 21st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.29 KB | None | 0 0
  1.  
  2.   context '#issue_id' do
  3.     it 'don\'t work if no redmine time entry class in config'
  4.  
  5.     context 'with redmine time entry class in config' do
  6.       it 'return nil if no #<issue_id> in comment'
  7.       it 'return id if it is given'
  8.       it 'allows space between # and number'
  9.     end
  10.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement