spec/ubi/thema_spec.rb in ubi-0.0.5 vs spec/ubi/thema_spec.rb in ubi-0.0.7

- old
+ new

@@ -4,10 +4,10 @@ it 'should have a name' do expect(Thema.new('Hard Rock').name).to eq('Hard Rock') end it 'should accept urls too' do - expect(Thema.new('Hard Rock', ['hr.com']).urls).to include('hr.com') + expect(Thema.new('Hard Rock', ['hr.com']).urls).to include('http://hr.com') end it 'should convert urls to aranea' do expect(Thema.new('HR', ['hr.com']).araneas.first).to be_a(Aranea) end