spec/base_spec.rb in remarkable-3.0.1 vs spec/base_spec.rb in remarkable-3.0.2
- old
+ new
@@ -28,15 +28,15 @@
matcher.instance_variable_get('@spec').class.ancestors.should include(Spec::Example::ExampleGroup)
end
it { should contain(1) }
it { should_not contain(10) }
-
- class MatchersSandbox
- include Remarkable::Matchers
- end
-
- it 'should allow Macros and Matchers to be added to any class' do
- MatchersSandbox.new.should respond_to(:contain)
- end
+
+ class MatchersSandbox
+ include Remarkable::Matchers
+ end
+
+ it 'should allow Macros and Matchers to be added to any class' do
+ MatchersSandbox.new.should respond_to(:contain)
+ end
end