File: spec_helper.rb

package info (click to toggle)
ruby-ruby-engine 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: ruby: 57; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
require 'rspec'
require 'ruby_engine'

RSpec.configure do |config|
  config.expect_with(:rspec) { |c| c.syntax = :should }
end