Skip to content

Commit

Permalink
Patch white_bread for better ESpec integration. [#70]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Mar 9, 2018
1 parent 5ba8a4e commit c0abff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phoenix/contraq/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule Contraq.Mixfile do
{:phoenix_haml, "~> 0.2"},
{:timex, "~> 3.0"},
{:wallaby, "~> 0.19.2", [runtime: false, only: :test]},
{:white_bread, "~> 4.1.1", only: [:dev, :test]}
{:white_bread, only: [:dev, :test], github: "marnen/white-bread", ref: "4289bb8b5ad9fc3fd4dcffd6d4737a02a69c5615"} # TODO: waiting for https://github.com/meadsteve/white-bread/pull/96
]
end

Expand Down
2 changes: 1 addition & 1 deletion phoenix/contraq/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"unicode_util_compat": {:hex, :unicode_util_compat, "0.3.1", "a1f612a7b512638634a603c8f401892afbf99b8ce93a45041f8aaca99cadb85e", [:rebar3], [], "hexpm"},
"uuid": {:hex, :uuid, "1.1.8", "e22fc04499de0de3ed1116b770c7737779f226ceefa0badb3592e64d5cfb4eb9", [:mix], [], "hexpm"},
"wallaby": {:hex, :wallaby, "0.19.2", "358bbff251e3555e02566280d1795132da792969dd58ff89963536d013058719", [:mix], [{:httpoison, "~> 0.12", [hex: :httpoison, repo: "hexpm", optional: false]}, {:poison, ">= 1.4.0", [hex: :poison, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, repo: "hexpm", optional: false]}], "hexpm"},
"white_bread": {:hex, :white_bread, "4.1.1", "82721bdb19c24021adbb0b813d00a09b080b172fc7750060a9dc754086702abb", [:mix], [{:gherkin, "~> 1.4", [hex: :gherkin, repo: "hexpm", optional: false]}, {:poison, "~> 3.1", [hex: :poison, repo: "hexpm", optional: true]}], "hexpm"},
"white_bread": {:git, "https://github.com/marnen/white-bread.git", "4289bb8b5ad9fc3fd4dcffd6d4737a02a69c5615", [ref: "4289bb8b5ad9fc3fd4dcffd6d4737a02a69c5615"]},
}

0 comments on commit c0abff8

Please sign in to comment.