Switch to RSpec

This commit is contained in:
2018-06-28 14:04:00 -07:00
parent d166fb110d
commit 180dfc482e
13 changed files with 161 additions and 62 deletions

View File

@@ -15,6 +15,7 @@ GEM
coderay (1.1.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
@@ -31,9 +32,10 @@ GEM
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-minitest (2.4.6)
guard-compat (~> 1.2)
minitest (>= 3.0)
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (0.3.7)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -42,7 +44,6 @@ GEM
lumberjack (1.0.13)
method_source (0.9.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
multipart-post (2.0.0)
nenv (0.3.0)
nitlink (1.1.0)
@@ -55,12 +56,23 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.2)
purdytest (2.0.0)
minitest (~> 5.5)
rake (10.5.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
shellany (0.0.1)
@@ -76,12 +88,11 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.16)
guard (~> 2.14.2)
guard-minitest (~> 2.4.6)
guard-rspec (~> 4.7.3)
manifique!
minitest (~> 5.0)
pry (~> 0.11.3)
purdytest (~> 2.0)
rake (~> 10.0)
rspec (~> 3.0)
webmock (~> 3.4.2)
BUNDLED WITH