diff options
| -rwxr-xr-x | spec/shared_behaviours/things_that_declare_options.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/shared_behaviours/things_that_declare_options.rb b/spec/shared_behaviours/things_that_declare_options.rb index f7512dec0..ac358eacd 100755 --- a/spec/shared_behaviours/things_that_declare_options.rb +++ b/spec/shared_behaviours/things_that_declare_options.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 shared_examples_for "things that declare options" do it "should support options without arguments" do subject = add_options_to { option "--bar" } |
