Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Remove multibyte characters
Browse files Browse the repository at this point in the history
  • Loading branch information
tnantoka committed Mar 27, 2013
1 parent 5ea1258 commit 2293cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/arigato/view.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: UTF-8

require 'arigato/version'

module Arigato
Expand Down
6 changes: 2 additions & 4 deletions spec/view_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: UTF-8

require 'spec_helper'
require 'arigato'

Expand All @@ -26,7 +24,7 @@ module Arigato
end
end
it 'contains specs author' do
%w(André Arko Yehuda Katz).each do |author|
%w(Arko Yehuda Katz).each do |author|
expect(subject.render).to match(author)
end
end
Expand All @@ -52,7 +50,7 @@ module Arigato
end
end
it 'contains specs author' do
%w(André Arko Yehuda Katz).each do |author|
%w(Arko Yehuda Katz).each do |author|
expect(subject.render).to match(author)
end
end
Expand Down

0 comments on commit 2293cca

Please sign in to comment.