DEBSOURCES
Skip Quicknav
sources / ruby-simple-navigation / 4.0.3-1 / spec / initializers / rspec.rb
1234567
RSpec.configure do |config| config.expect_with(:rspec) do |c| c.syntax = :expect end config.order = :random end