Skip to content

Commit

Permalink
Fix PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lliope committed Nov 8, 2015
1 parent 165b84c commit a3aef16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/generators/dashboard_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ class Foo < ActiveRecord::Base
load file("app/dashboards/foo_dashboard.rb")
attrs = FooDashboard::ATTRIBUTE_TYPES

expect(attrs[:ip_address]).to eq(Administrate::Field::String.with_options(searchable: false))
expect(attrs[:ip_address]).
to eq(Administrate::Field::String.with_options(searchable: false))
ensure
remove_constants :Foo, :FooDashboard
end
Expand Down

0 comments on commit a3aef16

Please sign in to comment.