I'm really excited about this, I use Epiphany's web apps on Gnome every day, but it is noticeably slower than Firefox. Is Linux supported or are there plans to support Linux?
describe Article do
describe '#slug' do
before do
subject.title = "Testing with Test::Unit"
end
its(:slug) { should_not match(/[^\w-]/) }
its(:slug) { should_not match(/[A-Z]/) }
it 'replaces spaces with hyphens'
end
end cd ~/apps/.labrador
rails s -p 3002
firefox localhost:3002/~/apps/myapp
now I get: No such file or directory - /tmp/mysql.sock