adds dependencies
This commit is contained in:
parent
05ec5276fd
commit
b55da5631d
3 changed files with 24 additions and 0 deletions
10
spec/spec_helper.rb
Normal file
10
spec/spec_helper.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
|
||||
require 'rubygems'
|
||||
require 'rspec'
|
||||
require 'rspec/autorun'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.order = "random"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue