Class: GetDataFromSpec

Inherits:
Object
  • Object
show all
Defined in:
lib/check_expect.rb

Class Method Summary collapse

Class Method Details

.resultat_trie(mot_cle) ⇒ Object



6
7
8
9
10
11
# File 'lib/check_expect.rb', line 6

def resultat_trie mot_cle
  datas = recupere_data mot_cle
  contenu_trie = []
  itere_sur_chaque_ligne_des_expects(datas, contenu_trie, mot_cle)
  clean_result(contenu_trie)
end