-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build box didn't like either. baffled. created new files with new names.
- Loading branch information
Cathal McHale
committed
Jul 3, 2019
1 parent
ea8f792
commit 46f56cf
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...omain.Test/Tuples/BasicOperationsTests.cs → ...y.Domain.Test/Tuples/BasicMathOpsTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...t/features/tuples/BasicOperations.feature → ...Test/features/tuples/BasicMathOps.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
Feature: BasicTuplesMathFeature | ||
Feature: BasicTuplesMathFeature | ||
In order to move around 3D space | ||
As a Ray Tracer | ||
I want the ability to perform basic math on points and vectors | ||
|
||
Background: | ||
Given a1 = tuple 3 -2 5 1 | ||
|
||
Scenario: Adding two tuples | ||
Given a1 = tuple 3 -2 5 1 | ||
And a2 = tuple -2 3 1 0 | ||
Then a1 plus a2 = tuple 1 1 6 1 |