rspectacular 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ require 'rspectacular/support/random'
1
2
  require 'rspectacular/support/focused'
2
3
  require 'rspectacular/support/pending'
3
4
  require 'rspectacular/support/selenium'
@@ -0,0 +1,4 @@
1
+
2
+ RSpec.configure do |config|
3
+ config.order = 'random'
4
+ end
@@ -1,3 +1,3 @@
1
1
  module RSpectacular
2
- VERSION = '0.6.1'
2
+ VERSION = '0.7.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -84,6 +84,7 @@ files:
84
84
  - lib/rspectacular/support/focused.rb
85
85
  - lib/rspectacular/support/formatters.rb
86
86
  - lib/rspectacular/support/pending.rb
87
+ - lib/rspectacular/support/random.rb
87
88
  - lib/rspectacular/support/selenium.rb
88
89
  - lib/rspectacular/support.rb
89
90
  - lib/rspectacular/version.rb