Redesign layout and navigation #64

Merged
raucao merged 22 commits from feature/new_layout into master 2022-02-26 15:45:12 +00:00
5 changed files with 0 additions and 65 deletions
Showing only changes of commit 9824dcd2c6 - Show all commits

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe HeaderCompactComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe HeaderComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe MainCompactComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe MainSimpleComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe NotificationComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end