diff --git a/features/step_definitions/oauth_steps.rb b/features/step_definitions/oauth_steps.rb index 5bfaf2152..1238e2dcd 100644 --- a/features/step_definitions/oauth_steps.rb +++ b/features/step_definitions/oauth_steps.rb @@ -100,7 +100,7 @@ class Chubbies def self.get_pid @pid ||= lambda { - processes = `ps -ax -o pid,command | grep "rackup -p #{PORT}"`.split("\n") + processes = `ps ax -o pid,command | grep "rackup -p #{PORT}"`.split("\n") processes = processes.select{|p| !p.include?("grep") } processes.first.split(" ").first }.call