remove sample contents from spec helpers
This commit is contained in:
parent
b9eb94fabb
commit
5b73f15263
2 changed files with 0 additions and 2 deletions
|
@ -11,5 +11,4 @@ require 'rails_helper'
|
||||||
# end
|
# end
|
||||||
# end
|
# end
|
||||||
RSpec.describe TransactionsHelper, type: :helper do
|
RSpec.describe TransactionsHelper, type: :helper do
|
||||||
pending "add some examples to (or delete) #{__FILE__}"
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -11,5 +11,4 @@ require 'rails_helper'
|
||||||
# end
|
# end
|
||||||
# end
|
# end
|
||||||
RSpec.describe UsersHelper, type: :helper do
|
RSpec.describe UsersHelper, type: :helper do
|
||||||
pending "add some examples to (or delete) #{__FILE__}"
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue