Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 15, 2016
1 parent 0f23854 commit dcd8574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cwm/test/widgets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def initialize(all: nil)
class TNoWidgetType < CWM::AbstractWidget; end

it "raises exception if widget type in child is not specified" do
expect{TNoWidgetType.new.cwm_definition}.to raise_error(RuntimeError)
expect { TNoWidgetType.new.cwm_definition }.to raise_error(RuntimeError)
end

class THelp < CWM::AbstractWidget
Expand Down

0 comments on commit dcd8574

Please sign in to comment.