spec/shared/each_method_behaviour.rb in veritas-0.0.3 vs spec/shared/each_method_behaviour.rb in veritas-0.0.4
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
shared_examples_for 'an #each method' do
it_should_behave_like 'a command method'
context 'with no block' do
subject { object.each }