summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 63a138c..270ab6d 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,10 +1,10 @@
$LOAD_PATH << File.expand_path(File.join(File.dirname( __FILE__ ), "../lib"))
-require 'libyajl2'
+require "libyajl2"
RSpec.configure do |c|
- c.order = 'random'
+ c.order = "random"
c.expect_with :rspec do |c2|
c2.syntax = :expect