Skip to content

Conversation

@beauby
Copy link
Member

@beauby beauby commented May 19, 2017

No description provided.

@@ -0,0 +1,12 @@
# Require this file for unit tests

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@@ -0,0 +1,4 @@
require 'spec_helper'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@@ -0,0 +1,2 @@
class UserRepository < Hanami::Repository

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@@ -0,0 +1,2 @@
class TweetRepository < Hanami::Repository

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@@ -0,0 +1,2 @@
class User < Hanami::Entity

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@@ -0,0 +1,5 @@
module Api::Views::Tweets

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.
Use nested module/class definitions instead of compact style.

@@ -0,0 +1,5 @@
module Api::Views::Tweets

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.
Use nested module/class definitions instead of compact style.

@@ -0,0 +1,7 @@
module Api

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@@ -0,0 +1,5 @@
class SerializableUser < JSONAPI::Serializable::Resource

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@@ -0,0 +1,7 @@
class SerializableTweet < JSONAPI::Serializable::Resource

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@beauby beauby merged commit fc75775 into master May 19, 2017
@beauby beauby deleted the testing branch May 19, 2017 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants