diff options
| author | mo khan <mo@mokhan.ca> | 2009-05-26 13:59:46 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2009-05-26 13:59:46 -0600 |
| commit | 64c4fc81c1fbc4de88bc481af4a138b987ae0809 (patch) | |
| tree | f3e3b86889286a9e3dbba8151d314754f0a59167 | |
initial project setup
| -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 |
