diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..16c23c7 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +group :development do + gem 'rspec' +end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..02a6402 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,17 @@ +GEM + specs: + diff-lcs (1.1.2) + rspec (2.5.0) + rspec-core (~> 2.5.0) + rspec-expectations (~> 2.5.0) + rspec-mocks (~> 2.5.0) + rspec-core (2.5.1) + rspec-expectations (2.5.0) + diff-lcs (~> 1.1.2) + rspec-mocks (2.5.0) + +PLATFORMS + ruby + +DEPENDENCIES + rspec