]> git.r.bdr.sh - rbdr/lyricli.rb/commit
Add specs, startin with util
authorBen Beltran <redacted>
Sun, 7 Oct 2012 23:42:26 +0000 (18:42 -0500)
committerBen Beltran <redacted>
Sun, 7 Oct 2012 23:42:26 +0000 (18:42 -0500)
commitf1e240a3c951aceb1d5d100c199e5a5b8d5eb6ec
tree4646223842969e0b5afc3258ca4f6923de3109a8
parentac4c2838ec59a3850cfcbcef2fe141f526aaa13b
Add specs, startin with util
12 files changed:
spec/bin/lrc_spec.rb [new file with mode: 0644]
spec/lib/lyricli/configuration_spec.rb [new file with mode: 0644]
spec/lib/lyricli/exceptions_spec.rb [new file with mode: 0644]
spec/lib/lyricli/lyricli_spec.rb [new file with mode: 0644]
spec/lib/lyricli/lyrics_engine_spec.rb [new file with mode: 0644]
spec/lib/lyricli/source_manager_spec.rb [new file with mode: 0644]
spec/lib/lyricli/sources/arguments.rb [new file with mode: 0644]
spec/lib/lyricli/sources/itunes.rb [new file with mode: 0644]
spec/lib/lyricli/sources/rdio.rb [new file with mode: 0644]
spec/lib/lyricli/sources_spec.rb [new file with mode: 0644]
spec/lib/lyricli/util_spec.rb [new file with mode: 0644]
spec/lib/lyricli_spec.rb [new file with mode: 0644]