Skip to content

Commit

Permalink
Some columns have been added and one was changed in custom_buttons table
Browse files Browse the repository at this point in the history
  • Loading branch information
lpichler committed Jul 17, 2017
1 parent f070b3b commit dc61ddb
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions spec/models/custom_button_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,19 +222,21 @@
let(:test_button) { described_class.new(:resource_action => resource_action) }
let(:expected_hash) do
{
"id" => nil,
"guid" => nil,
"description" => nil,
"applies_to_class" => nil,
"applies_to_exp" => nil,
"options" => nil,
"userid" => nil,
"wait_for_complete" => nil,
"created_on" => nil,
"updated_on" => nil,
"name" => nil,
"visibility" => nil,
"applies_to_id" => nil
"id" => nil,
"guid" => nil,
"description" => nil,
"disabled_text" => nil,
"enablement_expression" => nil,
"applies_to_class" => nil,
"options" => nil,
"userid" => nil,
"wait_for_complete" => nil,
"created_on" => nil,
"updated_on" => nil,
"name" => nil,
"visibility" => nil,
"visibility_expression" => nil,
"applies_to_id" => nil
}
end

Expand Down

0 comments on commit dc61ddb

Please sign in to comment.