Skip to content

Commit

Permalink
Remove unused step definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jun 11, 2013
1 parent 5398c39 commit c62b246
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions features/step_definitions/client_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@
state == "connected"
end
end

Then "I should not be connected" do
timeout_after(5) do
state = page.evaluate_script("Pusher.instance.connection.state")
state == "unavailable"
end
end

0 comments on commit c62b246

Please sign in to comment.