spec/commands/pull_request_spec.rb in git-utils-0.5.2 vs spec/commands/pull_request_spec.rb in git-utils-0.5.3

- old
+ new

@@ -31,8 +31,9 @@ end describe "command-line command" do subject { `bin/git-pull-request --debug` } + it { should match /git push-branch/ } it { should match /open/ } end end