removed unused specs

This commit is contained in:
Dan Elbert 2016-02-02 16:04:21 -06:00
parent d5082f9c16
commit 48d296a7c9
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
require 'rails_helper'
RSpec.describe Recipe, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@ -1,5 +1,4 @@
require 'rails_helper'
RSpec.describe RecipeStep, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@ -1,5 +1,4 @@
require 'rails_helper'
RSpec.describe User, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end