]> cat aescling's git repositories - mastodon.git/commitdiff
Removing autogenerated test stubs that were not needed
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 18 Mar 2016 22:36:54 +0000 (23:36 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 18 Mar 2016 22:36:54 +0000 (23:36 +0100)
spec/helpers/accounts_helper_spec.rb
spec/helpers/api/accounts_helper_spec.rb
spec/helpers/api/follows_helper_spec.rb
spec/helpers/api/salmon_helper_spec.rb
spec/helpers/api/statuses_helper_spec.rb
spec/helpers/api/subscriptions_helper_spec.rb
spec/helpers/oauth/applications_helper_spec.rb
spec/helpers/settings_helper_spec.rb
spec/services/unfollow_service_spec.rb

index c80b4f6977714d982b91766368035e571edd1d79..3aea1f909deba423341c49dc99e686247f675bbf 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the AccountsHelper. For example:
-#
-# describe AccountsHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe AccountsHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index 6305743e88f7a60f9d26f3b88ab5eb5c9316131a..8880aaef4f2942d092c194c1328ce0088a099eba 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the Api::AccountsHelper. For example:
-#
-# describe Api::AccountsHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe Api::AccountsHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index 43a86bbaaf6673efde498d6a118cc68347425df2..ecd9acc7a39a0ca0d88422199f62104d0253e123 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the Api::FollowsHelper. For example:
-#
-# describe Api::FollowsHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe Api::FollowsHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index 9888d91212f3f8c35ffe3f89fab7d1723c50b47a..23f1584df357b0f924b92a4d484355a03a513ac6 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the Api::SalmonHelper. For example:
-#
-# describe Api::SalmonHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe Api::SalmonHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index ae5e76fb8ab04240aa6a770c88c3331c33109be5..c1793fda5af1600bb98ca8df0c455c81fa111a0a 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the Api::StatusesHelper. For example:
-#
-# describe Api::StatusesHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe Api::StatusesHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index a5019634660e05f8822f94e43db9999030c4c060..9e6457c6fd06ecd72a033f006c237b9241030403 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the Api::SubscriptionsHelper. For example:
-#
-# describe Api::SubscriptionsHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe Api::SubscriptionsHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index bb0b7b3f6c8941c7452aeb1309298d665ae5682c..749e739db95ad9f994f9ae28227abddddb4ab703 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the Oauth::ApplicationsHelper. For example:
-#
-# describe Oauth::ApplicationsHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe Oauth::ApplicationsHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index 72308f30c156890a9ef8f7ed91f855783baacdb7..9c68490a1cee2facc77ef9d7782095b547025cd3 100644 (file)
@@ -1,15 +1,5 @@
 require 'rails_helper'
 
-# Specs in this file have access to a helper object that includes
-# the SettingsHelper. For example:
-#
-# describe SettingsHelper do
-#   describe "string concat" do
-#     it "concats two strings with spaces" do
-#       expect(helper.concat_strings("this","that")).to eq("this that")
-#     end
-#   end
-# end
 RSpec.describe SettingsHelper, type: :helper do
-  pending "add some examples to (or delete) #{__FILE__}"
+
 end
index 58467ff007389d67fa71c053dd3eff90c1e1bdcd..6541415d00cf84101be098f4b10ccb10929a5e07 100644 (file)
@@ -4,5 +4,5 @@ RSpec.describe UnfollowService do
   subject { UnfollowService.new }
 
   it 'destroys the following relation'
-  it 'sends remote interactionor remote user'
+  it 'sends remote interaction for remote user'
 end