mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Fix whitespace
This commit is contained in:
parent
78b5e5f436
commit
a6fa83e18c
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ module Shoulda # :nodoc:
|
|||
def order(order)
|
||||
@order = order
|
||||
self
|
||||
end
|
||||
end
|
||||
|
||||
def matches?(subject)
|
||||
@subject = subject
|
||||
|
@ -173,7 +173,7 @@ module Shoulda # :nodoc:
|
|||
@missing = "#{@name} should be ordered by #{@order}"
|
||||
false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def join_table_exists?
|
||||
if @macro != :has_and_belongs_to_many ||
|
||||
|
|
Loading…
Add table
Reference in a new issue