Rakefile in telegram-bot-ruby-1.0.0.pre vs Rakefile in telegram-bot-ruby-1.0.0.rc1
- old
+ new
@@ -52,9 +52,9 @@
[type, attributes]
end
# Write everything to fixture file
File.write(
- File.expand_path('spec/fixtures/type_attributes.yml', __dir__),
+ File.expand_path('spec/support/type_attributes.yml', __dir__),
result.to_yaml
)
end