summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-05-21 16:50:20 -0600
committermo khan <mo@mokhan.ca>2014-05-21 16:50:20 -0600
commit3541bf182170f99962f4aa37b1111b3719e26d3c (patch)
tree30505033e82950223c3a914b33abc279e975c22c
initial commit.
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock18
-rw-r--r--spec/spec_helper.rb0
3 files changed, 21 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..b0c7645
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+
+gem 'rspec'
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..b3a6705
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,18 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ diff-lcs (1.2.5)
+ rspec (2.14.1)
+ rspec-core (~> 2.14.0)
+ rspec-expectations (~> 2.14.0)
+ rspec-mocks (~> 2.14.0)
+ rspec-core (2.14.8)
+ rspec-expectations (2.14.5)
+ diff-lcs (>= 1.1.3, < 2.0)
+ rspec-mocks (2.14.6)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ rspec
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/spec/spec_helper.rb