Skip to content

Commit

Permalink
Allow changes to board position
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Parrish committed Sep 30, 2015
1 parent 9e0a975 commit b414d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/schemas/board_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def create
def update
root do |root_object|
changes root_object
integer :position
end
end

Expand Down
1 change: 1 addition & 0 deletions spec/schemas/board_schema_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

with :properties do
its(:section){ is_expected.to be nil }
its(:position){ is_expected.to eql type: 'integer' }
end
end
end
Expand Down

0 comments on commit b414d1f

Please sign in to comment.