Add Rspec

This commit is contained in:
Dzmitry Plashchynski
2015-03-01 14:30:40 +02:00
parent 7b28a0b948
commit ab9285ce0b
5 changed files with 68 additions and 2 deletions

50
Gemfile.lock Normal file
View File

@@ -0,0 +1,50 @@
PATH
remote: .
specs:
periodicity (0.0.1)
activejob
GEM
remote: https://rubygems.org/
specs:
activejob (4.2.0)
activesupport (= 4.2.0)
globalid (>= 0.3.0)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
diff-lcs (1.2.5)
globalid (0.3.3)
activesupport (>= 4.1.0)
i18n (0.7.0)
json (1.8.2)
minitest (5.5.1)
rake (10.4.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.1)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
thread_safe (0.3.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
bundler (>= 1.0.0)
periodicity!
rake
rspec (~> 3.0)