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 2670afb544c374dd9add3b0b8b5ac4804a5def67 Mon Sep 17 00:00:00 2001 From: Yusef Ouda Date: Wed, 27 Aug 2014 11:01:06 -0500 Subject: [PATCH 2/3] Add text.tx file and add 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..d31ec56 --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +Yusef \ No newline at end of file From abea26e81a575780eb7833783546124f4a78f2ad Mon Sep 17 00:00:00 2001 From: Yusef Ouda Date: Wed, 27 Aug 2014 11:50:18 -0500 Subject: [PATCH 3/3] Add line that was not Yusef --- 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..b8b7eca --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +Line that is not Yusef \ No newline at end of file