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 Jan 22, 2016
1 parent 21ad3f7 commit 1b7a29f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/generators/views_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@

run_generator [resource], behavior: :revoke

expect(Rails::Generators).
to invoke_generator("administrate:views:index", [resource], behavior: :revoke)
expect(Rails::Generators).to invoke_generator(
"administrate:views:index",
[resource],
behavior: :revoke,
)
end
end
end

0 comments on commit 1b7a29f

Please sign in to comment.