spec/spawnable_application_spec.rb in launchy-0.1.2 vs spec/spawnable_application_spec.rb in launchy-0.2.0
- old
+ new
@@ -31,8 +31,8 @@
it "should not find app xyzzy" do
@app.find_executable('xyzzy').should == nil
end
it "should find the correct class to launch an ftp url" do
- Launchy::Spawnable::Application.find_application_class_for("ftp://download.fedora.redhat.com").should == Launchy::Spawnable::Browser
+ Launchy::Spawnable::Application.find_application_class_for("ftp://ftp.ruby-lang.org/pub/ruby/").should == Launchy::Spawnable::Browser
end
end