Remote the unused minitest suite, switch to rspec
This commit is contained in:
parent
c261876ce0
commit
ad1121ffb0
26 changed files with 58 additions and 144 deletions
31
Gemfile.lock
31
Gemfile.lock
|
|
@ -76,7 +76,7 @@ GEM
|
|||
railties (>= 3.2.6, < 5)
|
||||
thread_safe (~> 0.1)
|
||||
warden (~> 1.2.3)
|
||||
diff-lcs (1.1.3)
|
||||
diff-lcs (1.2.5)
|
||||
erubis (2.7.0)
|
||||
eventmachine (1.0.3)
|
||||
execjs (2.0.2)
|
||||
|
|
@ -163,19 +163,26 @@ GEM
|
|||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
ref (1.0.5)
|
||||
rspec (2.11.0)
|
||||
rspec-core (~> 2.11.0)
|
||||
rspec-expectations (~> 2.11.0)
|
||||
rspec-mocks (~> 2.11.0)
|
||||
rspec-core (2.11.1)
|
||||
rspec-expectations (2.11.3)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-mocks (2.11.3)
|
||||
rspec-rails (2.11.0)
|
||||
rspec-collection_matchers (0.0.3)
|
||||
rspec-expectations (>= 2.99.0.beta1)
|
||||
rspec-core (3.0.0.beta2)
|
||||
rspec-support (= 3.0.0.beta2)
|
||||
rspec-expectations (3.0.0.beta2)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (= 3.0.0.beta2)
|
||||
rspec-mocks (3.0.0.beta2)
|
||||
rspec-support (= 3.0.0.beta2)
|
||||
rspec-rails (3.0.0.beta2)
|
||||
actionpack (>= 3.0)
|
||||
activemodel (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
railties (>= 3.0)
|
||||
rspec (~> 2.11.0)
|
||||
rspec-collection_matchers
|
||||
rspec-core (= 3.0.0.beta2)
|
||||
rspec-expectations (= 3.0.0.beta2)
|
||||
rspec-mocks (= 3.0.0.beta2)
|
||||
rspec-support (= 3.0.0.beta2)
|
||||
rspec-support (3.0.0.beta2)
|
||||
rubyzip (1.0.0)
|
||||
sass (3.2.14)
|
||||
sass-rails (3.2.6)
|
||||
|
|
@ -249,7 +256,7 @@ DEPENDENCIES
|
|||
prawn_rails
|
||||
pry
|
||||
rails (= 3.2.17)
|
||||
rspec-rails (= 2.11.0)
|
||||
rspec-rails (~> 3.0.0.beta)
|
||||
sass-rails (>= 3.2)
|
||||
sqlite3
|
||||
therubyracer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue