mattetti / googlecharts

Ruby Google Chart API
http://mattetti.github.com/googlecharts/
MIT License
699 stars 108 forks source link

Errno::ENOENT in 'generating a default Gchart should use theme defaults if theme is set' No such file or directory - ./spec/fixtures/test_theme.yml #5

Closed ghazel closed 14 years ago

ghazel commented 15 years ago
C:\Ruby\lib\ruby\gems\1.8\gems\mattetti-googlecharts-1.4.0>spec spec\gchart_spec.rb
....F...................................................................................

1)
Errno::ENOENT in 'generating a default Gchart should use theme defaults if theme is set'
No such file or directory - ./spec/fixtures/test_theme.yml
./spec/../lib/gchart/theme.rb:29:in `initialize'
./spec/../lib/gchart/theme.rb:29:in `open'
./spec/../lib/gchart/theme.rb:29:in `initialize'
./spec/../lib/gchart/theme.rb:29:in `each'
./spec/../lib/gchart/theme.rb:29:in `initialize'
./spec/../lib/gchart/theme.rb:15:in `new'
./spec/../lib/gchart/theme.rb:15:in `load'
./spec/../lib/gchart.rb:28:in `method_missing'
./spec\gchart_spec.rb:32:

Finished in 0.487 seconds

88 examples, 1 failure

C:\Ruby\lib\ruby\gems\1.8\gems\mattetti-googlecharts-1.4.0>dir spec\fixtures
 Volume in drive C has no label.
 Volume Serial Number is 8847-D2CE

 Directory of C:\Ruby\lib\ruby\gems\1.8\gems\mattetti-googlecharts-1.4.0\spec

File Not Found
ghazel commented 15 years ago

This is fixed in http://github.com/ghazel/googlecharts/tree

mattetti commented 14 years ago

fixed