have not yet been created, and generate sample code for them. feature - List all methods which is not tested by RSpec - Integrate with CI(github action) - Automatically generate RSpec code template
is not tested by RSpec "Verify File List: [\"app/controllers/content_controller.rb\"]" "specファイルなし" ======= RESULT: app/controllers/content_controller.rb ======= - index - show - destroy - edit - update
'===================================================================' puts "#{spec_def_name} のテストを以下に表示します。 " create_spec_by_bedrock(method_code) end get_ignore_methods(diff_path).each do |def_name| result[def_name] = true if result.key?(def_name) end perfect = false if print_result(diff_path, result).size > 0 perfect end