diff options
| -rw-r--r-- | features/support/env.rb | 1 | ||||
| -rw-r--r-- | lib/mastermind.rb | 1 | ||||
| -rw-r--r-- | spec/mastermind.rb | 1 | ||||
| -rw-r--r-- | spec/spec_helper.rb | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/features/support/env.rb b/features/support/env.rb new file mode 100644 index 0000000..bc85e4b --- /dev/null +++ b/features/support/env.rb @@ -0,0 +1 @@ +# env.rb diff --git a/lib/mastermind.rb b/lib/mastermind.rb new file mode 100644 index 0000000..31484c1 --- /dev/null +++ b/lib/mastermind.rb @@ -0,0 +1 @@ +# mastermind.rb diff --git a/spec/mastermind.rb b/spec/mastermind.rb new file mode 100644 index 0000000..31484c1 --- /dev/null +++ b/spec/mastermind.rb @@ -0,0 +1 @@ +# mastermind.rb diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb new file mode 100644 index 0000000..6841dfc --- /dev/null +++ b/spec/spec_helper.rb @@ -0,0 +1 @@ +# spec_helper.rb |
