spec/fonemas/fonema_spec.rb in fonemas-0.1.14 vs spec/fonemas/fonema_spec.rb in fonemas-0.2.1
- old
+ new
@@ -5,26 +5,26 @@
Fonemas.fonemas('hasta').should include("aa s t a")
Fonemas.fonemas('torta').should include("t oo r t a")
Fonemas.fonemas('ungüento').should include("u n g u ee n t o")
Fonemas.fonemas('abuela').should include('a g u ee l a')
Fonemas.fonemas('aro').should include('aa r o')
- Fonemas.fonemas('bondad').should include('b o n D aa d')
+ Fonemas.fonemas('bondad').should include('b o n dd aa d')
Fonemas.fonemas('gestión').should include('j e s t i oo n')
- Fonemas.fonemas('abstraer').should include('a B s t r a ee r')
+ Fonemas.fonemas('abstraer').should include('a bb s t r a ee r')
Fonemas.fonemas('presidida').should include('p r e s i ii d a')
- Fonemas.fonemas('guerra').should include('gu ee R a')
+ Fonemas.fonemas('guerra').should include('gu ee rr a')
Fonemas.fonemas('buitre').should include('g u ii t r e')
Fonemas.fonemas('huaso').should include('g u aa s o')
Fonemas.fonemas('huevo').should include('g u ee b o')
Fonemas.fonemas('huevo').should include('g u ee o')
Fonemas.fonemas('huifa').should include('g u ii f a')
Fonemas.fonemas('diente').should include('d i ee n t e')
- Fonemas.fonemas('diente').should include('D i ee n t e')
+ Fonemas.fonemas('diente').should include('dd i ee n t e')
Fonemas.fonemas('bueno').should include('b u ee n o')
- Fonemas.fonemas('bueno').should include('B u ee n o')
- Fonemas.fonemas('obvio').should include('oo B b i o')
+ Fonemas.fonemas('bueno').should include('bb u ee n o')
+ Fonemas.fonemas('obvio').should include('oo bb b i o')
Fonemas.fonemas('obvio').should include('oo b i o')
- Fonemas.fonemas('guerra').should_not include('ee R a')
+ Fonemas.fonemas('guerra').should_not include('ee rr a')
Fonemas.fonemas('d').should_not include('')
Fonemas.fonemas('d').should include('d e')
\ No newline at end of file