aboutsummaryrefslogtreecommitdiffstats
path: root/spec/mspec/lib/mspec/runner/example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mspec/lib/mspec/runner/example.rb')
-rw-r--r--spec/mspec/lib/mspec/runner/example.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mspec/lib/mspec/runner/example.rb b/spec/mspec/lib/mspec/runner/example.rb
index 19eb29b079..82feba0b03 100644
--- a/spec/mspec/lib/mspec/runner/example.rb
+++ b/spec/mspec/lib/mspec/runner/example.rb
@@ -5,7 +5,7 @@ require 'mspec/runner/mspec'
class ExampleState
attr_reader :context, :it, :example
- def initialize(context, it, example=nil)
+ def initialize(context, it, example = nil)
@context = context
@it = it
@example = example