Skip to content

Commit 90e1f0e

Browse files
committed
Layout/EmptyLineAfterGuardClause
1 parent d3f9cc1 commit 90e1f0e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ end
143143
desc "Push docs/cukes to relishapp using the relish-client-gem"
144144
task :relish, :version do |_t, args|
145145
raise "rake relish[VERSION]" unless args[:version]
146+
146147
sh "cp Changelog.md features/"
147148
if `relish versions rspec/rspec-rails`.split.map(&:strip).include? args[:version]
148149
puts "Version #{args[:version]} already exists"

features/support/env.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def with_unbundled_env
5858
helpers = %w[spec/spec_helper.rb spec/rails_helper.rb]
5959
Dir["#{aruba_dir}/spec/*"].each do |path|
6060
next if helpers.any? { |helper| path.end_with?(helper) }
61+
6162
FileUtils.rm_rf(path)
6263
end
6364
end

spec/rspec/rails/example/view_example_group_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def self.helper(*); end # Stub method
2929

3030
it 'operates normally when no helper with the same name exists' do
3131
raise 'unexpected constant found' if Object.const_defined?('ClocksHelper')
32+
3233
expect {
3334
RSpec::Core::ExampleGroup.describe 'clocks/show.html.erb' do
3435
include ViewExampleGroup

0 commit comments

Comments
 (0)