Skip to content

Commit

Permalink
chore: update regression tests [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 8, 2021
1 parent 389b183 commit 6f8266b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regression/can_i_deploy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PACTICIPANTS = PactBroker::Domain::Pacticipant.order(Sequel.desc(:id)).limit(PACTICIPANT_LIMIT).all

RSpec.describe "regression tests", no_db_clean: true, regression: true do
RSpec.describe "regression tests" do

def can_i_deploy(pacticipant_name, version_number, to_tag)
get("/can-i-deploy", { pacticipant: pacticipant_name, version: version_number, to: to_tag }, { "HTTP_ACCEPT" => "application/hal+json" })
Expand Down
2 changes: 1 addition & 1 deletion regression/index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'pact_broker/policies'
require 'pact_broker/ui/app'

RSpec.describe "regression tests for index page", no_db_clean: true, regression: true, focus: true do
RSpec.describe "regression tests for index page" do
context "HTML" do
let(:app) { PactBroker::UI::App.new }

Expand Down

0 comments on commit 6f8266b

Please sign in to comment.