technicalpickles/jeweler

View on GitHub
lib/jeweler/templates/micronaut/flunking.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'example_helper'

describe '<%= constant_name %>' do
  it 'fails' do
    fail 'hey buddy, you should probably rename this file and start specing for real'
  end
end