|
132 | 132 | [true, :true].each do |refreshonly| |
133 | 133 | context "refreshonly => #{refreshonly.inspect}" do |
134 | 134 | let(:attributes) do |
135 | | - { refreshonly: refreshonly } |
| 135 | + { refreshonly: } |
136 | 136 | end |
137 | 137 |
|
138 | 138 | context 'not refreshing' |
|
141 | 141 |
|
142 | 142 | context "refreshonly => #{refreshonly.inspect}" do |
143 | 143 | let(:attributes) do |
144 | | - { refreshonly: refreshonly } |
| 144 | + { refreshonly: } |
145 | 145 | end |
146 | 146 |
|
147 | 147 | context 'refreshing' |
|
152 | 152 | [false, :false].each do |refreshonly| |
153 | 153 | context "refreshonly => #{refreshonly.inspect}" do |
154 | 154 | let(:attributes) do |
155 | | - { refreshonly: refreshonly } |
| 155 | + { refreshonly: } |
156 | 156 | end |
157 | 157 |
|
158 | 158 | context 'not refreshing' |
|
161 | 161 |
|
162 | 162 | context "refreshonly => #{refreshonly.inspect}" do |
163 | 163 | let(:attributes) do |
164 | | - { refreshonly: refreshonly } |
| 164 | + { refreshonly: } |
165 | 165 | end |
166 | 166 |
|
167 | 167 | context 'refreshing' |
|
176 | 176 | [true, :true].each do |refreshonly| |
177 | 177 | context "refreshonly => #{refreshonly.inspect}" do |
178 | 178 | let(:attributes) do |
179 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 179 | + { refreshonly:, unless: 'SELECT something' } |
180 | 180 | end |
181 | 181 |
|
182 | 182 | context 'not refreshing' |
|
185 | 185 |
|
186 | 186 | context "refreshonly => #{refreshonly.inspect}" do |
187 | 187 | let(:attributes) do |
188 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 188 | + { refreshonly:, unless: 'SELECT something' } |
189 | 189 | end |
190 | 190 |
|
191 | 191 | context 'refreshing' |
|
196 | 196 | [false, :false].each do |refreshonly| |
197 | 197 | context "refreshonly => #{refreshonly.inspect}" do |
198 | 198 | let(:attributes) do |
199 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 199 | + { refreshonly:, unless: 'SELECT something' } |
200 | 200 | end |
201 | 201 |
|
202 | 202 | context 'not refreshing' |
|
205 | 205 |
|
206 | 206 | context "refreshonly => #{refreshonly.inspect}" do |
207 | 207 | let(:attributes) do |
208 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 208 | + { refreshonly:, unless: 'SELECT something' } |
209 | 209 | end |
210 | 210 |
|
211 | 211 | context 'refreshing' |
|
220 | 220 | [true, :true].each do |refreshonly| |
221 | 221 | context "refreshonly => #{refreshonly.inspect}" do |
222 | 222 | let(:attributes) do |
223 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 223 | + { refreshonly:, unless: 'SELECT something' } |
224 | 224 | end |
225 | 225 |
|
226 | 226 | context 'not refreshing' |
|
229 | 229 |
|
230 | 230 | context "refreshonly => #{refreshonly.inspect}" do |
231 | 231 | let(:attributes) do |
232 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 232 | + { refreshonly:, unless: 'SELECT something' } |
233 | 233 | end |
234 | 234 |
|
235 | 235 | context 'refreshing' |
|
240 | 240 | [false, :false].each do |refreshonly| |
241 | 241 | context "refreshonly => #{refreshonly.inspect}" do |
242 | 242 | let(:attributes) do |
243 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 243 | + { refreshonly:, unless: 'SELECT something' } |
244 | 244 | end |
245 | 245 |
|
246 | 246 | context 'not refreshing' |
|
249 | 249 |
|
250 | 250 | context "refreshonly => #{refreshonly.inspect}" do |
251 | 251 | let(:attributes) do |
252 | | - { refreshonly: refreshonly, unless: 'SELECT something' } |
| 252 | + { refreshonly:, unless: 'SELECT something' } |
253 | 253 | end |
254 | 254 |
|
255 | 255 | context 'refreshing' |
|
0 commit comments