Skip to content

Commit

Permalink
Fix Rubocop offenses 🚔
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbaudino committed May 31, 2016
1 parent 207f7b2 commit 866cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/spec/helpers/react_on_rails_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
end

describe "#react_component" do
before { allow(SecureRandom).to receive(:uuid).and_return(0,1,2,3) }
before { allow(SecureRandom).to receive(:uuid).and_return(0, 1, 2, 3) }

subject { react_component("App", props: props) }

Expand Down

0 comments on commit 866cc44

Please sign in to comment.