about summary refs log tree commit diff
path: root/spec/helpers
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-02-28 15:46:29 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-02-28 15:46:29 +0100
commit47d50b0e3967f1d396bdbe8ea3e8909ce2be599f (patch)
tree07b076154cbe66f2d1a31dbb9662892fb24c8156 /spec/helpers
parentf1654da7ad11920979d335798cfeef2e88118c1b (diff)
A lot of fixes from a live test
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/application_helper_spec.rb8
-rw-r--r--spec/helpers/profile_helper_spec.rb8
2 files changed, 8 insertions, 8 deletions
diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb
index ad4284768..0599c46e6 100644
--- a/spec/helpers/application_helper_spec.rb
+++ b/spec/helpers/application_helper_spec.rb
@@ -34,4 +34,12 @@ RSpec.describe ApplicationHelper, type: :helper do
       expect(helper.add_base_url_prefix('test')).to eql "#{root_url}api/test"
     end
   end
+
+  describe '#profile_url' do
+    pending
+  end
+
+  describe '#status_url' do
+    pending
+  end
 end
diff --git a/spec/helpers/profile_helper_spec.rb b/spec/helpers/profile_helper_spec.rb
index cd5952717..77712105c 100644
--- a/spec/helpers/profile_helper_spec.rb
+++ b/spec/helpers/profile_helper_spec.rb
@@ -5,14 +5,6 @@ RSpec.describe ProfileHelper, type: :helper do
     pending
   end
 
-  describe '#profile_url' do
-    pending
-  end
-
-  describe '#status_url' do
-    pending
-  end
-
   describe '#avatar_for_status_url' do
     pending
   end