mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
95e8c48dd3
commit
6bc742bc6d
30 changed files with 37 additions and 31 deletions
|
|
@ -17,4 +17,4 @@ class Object
|
|||
def be_false
|
||||
BeFalseMatcher.new
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ class Object
|
|||
def be_nil
|
||||
BeNilMatcher.new
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ class Object
|
|||
def be_true
|
||||
BeTrueMatcher.new
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -75,4 +75,4 @@ class Object
|
|||
def equal_element(*args)
|
||||
EqualElementMatcher.new(*args)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ class Object
|
|||
def have_class_variable(variable)
|
||||
HaveClassVariableMatcher.new(variable)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ class Object
|
|||
def have_instance_variable(variable)
|
||||
HaveInstanceVariableMatcher.new(variable)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue