Loading...
Loading...
Ruby development guidelines covering idiomatic code style, Ruby 3.x features, testing with RSpec, and best practices for building maintainable Ruby applications.
npx skill4agent add mindrally/skills rubyuser_signed_in?calculate_totalcase/in&.describecontextletdescribe ClassName do
describe '#method_name' do
context 'when condition exists' do
it 'does expected behavior' do
expect(result).to eq(expected)
end
end
end
end