Skip to content

Commit 5272210

Browse files
committed
remove skip statements from scaffold controller tests during smoke
1 parent ec7f96c commit 5272210

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example_app_generator/generate_stuff.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,7 @@ def using_source_path(path)
134134
'config.warnings = false'
135135
gsub_file '.rspec', '--warnings', ''
136136

137+
# Remove skips so we can test controller specs work
138+
gsub_file 'spec/controller/wombats_controller_spec.rb', /skip\(.*\)$/, ''
139+
137140
final_tasks

0 commit comments

Comments
 (0)