Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dionisiydk committed Jul 15, 2017
1 parent ac0ae26 commit 007ff73
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ baseline: spec
spec
baseline: 'StateSpecs' with: [
spec repository: 'github://dionisiydk/StateSpecs:v2.4.x'];
baseline: 'GhostCore' with: [
baseline: 'Ghost' with: [
spec
repository: 'github://dionisiydk/Ghost:v3.0.x';
loads: #('ObjectGhost' 'GTSupport' 'StateSpecsSupport' 'ObjectMutation')];
project: 'GhostTests' copyFrom: 'GhostCore' with: [
repository: 'github://dionisiydk/Ghost:v3.0.x'];
project: 'GhostCore' copyFrom: 'Ghost' with: [
spec loads: #('ObjectGhost' 'GTSupport' 'StateSpecsSupport' 'ObjectMutation')];
project: 'GhostTests' copyFrom: 'Ghost' with: [
spec loads: #('ObjectGhostTests' 'StateSpecsSupport' 'ClassGhostTests' 'ObjectMutationTests')];
package: 'Mocketry-Specs' with: [ spec requires: #('StateSpecs')];
package: 'Mocketry-Domain' with: [ spec requires: #('Mocketry-Specs' 'GhostCore')];
Expand Down

0 comments on commit 007ff73

Please sign in to comment.