spec/hurricane_spec.rb in hurricane-0.0.1 vs spec/hurricane_spec.rb in hurricane-0.0.2
- old
+ new
@@ -1,10 +1,10 @@
require 'spec_helper'
describe 'Hurricane' do
FILE = File.open('./wordpress_file.xml', 'r')
- @blog = Hurricane.from(FILE)
+ @blog = Hurricane::Parse.from(FILE)
it 'should be offer blog title' do
@blog.title.should.equal 'Daniel Tamiosso'
end
\ No newline at end of file