Guest User

Untitled

a guest
Jun 23rd, 2014
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. describe "app"
  2. it "is listening on port 8080" do
  3. expect(port(8080).to be_listening)
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment