Skip to content

Commit

Permalink
Add pending spec for PHP file updater with a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Aug 29, 2017
1 parent 02f3ca6 commit e5b9b4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/dependabot/file_updaters/php/composer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@

it { is_expected.to include "\"monolog/monolog\":\"1.22.1\"" }
end

context "when the dependency is a development dependency" do
let(:composer_body) do
fixture("php", "composer_files", "development_dependencies")
end

pending { is_expected.to include "\"monolog/monolog\":\"1.22.1\"" }
end
end

describe "the updated lockfile" do
Expand Down

0 comments on commit e5b9b4b

Please sign in to comment.