Skip to content

Commit 7939aab

Browse files
committed
chore: update fixtures path and mailer assets
1 parent b8365f5 commit 7939aab

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/assets/config/better_together_manifest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//= link_tree ../stylesheets .css
55
//= link_tree ../../../vendor/stylesheets .css
66
//= link_tree ../stylesheets .scss
7+
//= link better_together/mailer.css
78
//= link_tree ../images
89

910
//= link actioncable.js

app/assets/stylesheets/better_together/theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@use "bootstrap/functions" as *;
2-
@use "bootstrap/mixins" as *;
3-
@use "bootstrap/variables" as *;
1+
@import "bootstrap/functions";
2+
@import "bootstrap/mixins";
3+
@import "bootstrap/variables";
44

55
// Define default color variables (if not overridden by the host app)
66
$text-opposite-theme-color: #333 !default;

spec/rails_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
config.after { Warden.test_reset! }
4848

4949
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
50-
config.fixture_path = "#{Rails.root}/spec/fixtures"
50+
config.fixture_paths = [Rails.root.join('spec/fixtures')]
5151

5252
# If you're not using ActiveRecord, or you'd prefer not to run each of your
5353
# examples within a transaction, remove the following line or assign false

0 commit comments

Comments
 (0)