1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Kevin Menard
ee7d1d736c Bound the 'myns' XML namespace to keep Nokogiri on JRuby happy.
It appears JRuby's Nokogiri implementation is strict about using unbound XML namespaces.  Since a well-formed doc should have bound namespaces, I just added it here.
2013-10-24 18:16:13 -04:00
Tomasz Bak
31dac0b63b unit test for the XML namespace handling workaround 2013-01-17 13:23:06 -06:00
Aaron Suggs
0e5ed656c3 [core] Fix responds_to test helper.
As per discussion on #305.

Also clean up output for parser test.
2011-05-17 17:37:56 -04:00
Aaron Suggs
ff72d4c647 [core] Add test for Fog::Parsers::Base
Test multiline and nested values.
2011-05-12 17:48:44 -04:00