Skip to content

Commit

Permalink
update namespace to RBUI on test (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonpires authored Sep 13, 2024
1 parent e56e448 commit d0fccf7
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion test/rbui/alert_dialog_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::AlertDialogTest < Minitest::Test
class RBUI::AlertDialogTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/alert_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::AlertTest < Minitest::Test
class RBUI::AlertTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/avatar_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::AvatarTest < Minitest::Test
class RBUI::AvatarTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/calendar_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::CalendarTest < Minitest::Test
class RBUI::CalendarTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/card_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::CardTest < Minitest::Test
class RBUI::CardTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/chart_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::ChartTest < Minitest::Test
class RBUI::ChartTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/clipboard_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::ClipboardTest < Minitest::Test
class RBUI::ClipboardTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/collapsible_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::CollapsibleTest < Minitest::Test
class RBUI::CollapsibleTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/command_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::CommandTest < Minitest::Test
class RBUI::CommandTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/context_menu_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::ContextMenuTest < Minitest::Test
class RBUI::ContextMenuTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/dialog_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::DialogTest < Minitest::Test
class RBUI::DialogTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/dropdown_menu_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::DropdownMenuTest < Minitest::Test
class RBUI::DropdownMenuTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/form_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::FormTest < Minitest::Test
class RBUI::FormTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/hover_card_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::HoverCardTest < Minitest::Test
class RBUI::HoverCardTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/pagination_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::PaginationTest < Minitest::Test
class RBUI::PaginationTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/popover_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::PopoverTest < Minitest::Test
class RBUI::PopoverTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down
2 changes: 1 addition & 1 deletion test/rbui/tabs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class PhlexUI::TabsTest < Minitest::Test
class RBUI::TabsTest < Minitest::Test
include Phlex::Testing::ViewHelper

def test_render_with_all_items
Expand Down

0 comments on commit d0fccf7

Please sign in to comment.