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 6cecffafaf49942ff5ae5f4b343a62d64fe68baf Mon Sep 17 00:00:00 2001 From: Bradley Anderson Date: Wed, 27 Aug 2014 11:01:06 -0500 Subject: [PATCH 2/3] Added text.txt file 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..d2c8e8b --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +Bradley \ No newline at end of file From e649ef0791b2108a290d1a55f54a83bd4c1bbcbe Mon Sep 17 00:00:00 2001 From: Bradley Anderson Date: Wed, 27 Aug 2014 11:22:00 -0500 Subject: [PATCH 3/3] Added text.txt file and line that was different from other commit. --- 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..ac56d8b --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +This is a different file. \ No newline at end of file