Skip to content

Commit 0d8e874

Browse files
committed
Use "truthiness" instead of "truthyness"
1 parent 5232f57 commit 0d8e874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
end
9494

9595
describe "`#render_views=`" do
96-
it "sets `render_views?` to the truthyness of the provided value" do
96+
it "sets `render_views?` to the truthiness of the provided value" do
9797
expect {
9898
config.render_views = :a_value
9999
}.to change { config.render_views? }.from(false).to(true)

0 commit comments

Comments
 (0)