From ef0cea9bb8a87cb070440efba761ce2e010a3193 Mon Sep 17 00:00:00 2001 From: Patrick Brennan Date: Sun, 13 Jul 2014 19:19:34 -0500 Subject: [PATCH 1/3] Added spec files --- app.rb | 1 + spec/logic.rb | 0 spec/spec_helper.rb | 2 ++ 3 files changed, 3 insertions(+) create mode 100644 spec/logic.rb diff --git a/app.rb b/app.rb index e69de29..7290cee 100644 --- a/app.rb +++ b/app.rb @@ -0,0 +1 @@ +require_relative './lib/logic.rb' diff --git a/spec/logic.rb b/spec/logic.rb new file mode 100644 index 0000000..e69de29 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e69de29..fda4917 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -0,0 +1,2 @@ +require 'rspec' +require_relative './app.rb' From 56517e2fb95928ad11d4b11eb41c1afb66e6b461 Mon Sep 17 00:00:00 2001 From: Nick Damiano Date: Wed, 27 Aug 2014 11:01:07 -0500 Subject: [PATCH 2/3] added test.txt and added my name to the file --- text.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 text.txt diff --git a/text.txt b/text.txt new file mode 100644 index 0000000..ed7d417 --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +Nick Damiano \ No newline at end of file From 35e49d86da8dcd2ab2a6a2e40ff41569adf9c344 Mon Sep 17 00:00:00 2001 From: Nick Damiano Date: Wed, 27 Aug 2014 11:22:00 -0500 Subject: [PATCH 3/3] added text.txt file and line that was not nick --- text.txt | 1 + text2.txt | 0 2 files changed, 1 insertion(+) create mode 100644 text.txt create mode 100644 text2.txt diff --git a/text.txt b/text.txt new file mode 100644 index 0000000..ee1fae2 --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +Rocio \ No newline at end of file diff --git a/text2.txt b/text2.txt new file mode 100644 index 0000000..e69de29