dorsale 3.20.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -3
- data/app/controllers/dorsale/alexandrie/attachments_controller.rb +1 -1
- data/app/controllers/dorsale/application_controller.rb +1 -1
- data/app/controllers/dorsale/billing_machine/application_controller.rb +2 -2
- data/app/controllers/dorsale/billing_machine/invoices_controller.rb +1 -1
- data/app/controllers/dorsale/billing_machine/payment_terms_controller.rb +1 -1
- data/app/controllers/dorsale/billing_machine/quotations_controller.rb +1 -1
- data/app/controllers/dorsale/comments_controller.rb +1 -1
- data/app/controllers/dorsale/customer_vault/activity_types_controller.rb +1 -1
- data/app/controllers/dorsale/customer_vault/application_controller.rb +1 -1
- data/app/controllers/dorsale/customer_vault/events_controller.rb +1 -1
- data/app/controllers/dorsale/customer_vault/links_controller.rb +1 -1
- data/app/controllers/dorsale/customer_vault/origins_controller.rb +1 -1
- data/app/controllers/dorsale/customer_vault/people_controller.rb +1 -1
- data/app/controllers/dorsale/expense_gun/application_controller.rb +1 -1
- data/app/controllers/dorsale/expense_gun/categories_controller.rb +1 -1
- data/app/controllers/dorsale/flyboy/application_controller.rb +1 -1
- data/app/controllers/dorsale/flyboy/task_comments_controller.rb +1 -1
- data/app/controllers/dorsale/flyboy/tasks_controller.rb +1 -1
- data/app/controllers/dorsale/users_controller.rb +1 -1
- data/app/filters/dorsale/billing_machine/small_data/filter_for_invoices.rb +1 -1
- data/app/filters/dorsale/billing_machine/small_data/filter_for_quotations.rb +1 -1
- data/app/filters/dorsale/billing_machine/small_data/filter_strategy_by_customer.rb +1 -1
- data/app/filters/dorsale/billing_machine/small_data/filter_strategy_by_payment_status.rb +1 -1
- data/app/filters/dorsale/billing_machine/small_data/filter_strategy_by_state.rb +1 -1
- data/app/filters/dorsale/customer_vault/small_data/filter_for_events.rb +1 -1
- data/app/filters/dorsale/customer_vault/small_data/filter_for_people.rb +1 -1
- data/app/filters/dorsale/customer_vault/small_data/filter_strategy_by_activity_type.rb +1 -1
- data/app/filters/dorsale/expense_gun/small_data/filter_for_expenses.rb +1 -1
- data/app/filters/dorsale/flyboy/small_data/filter_for_tasks.rb +1 -1
- data/app/filters/dorsale/flyboy/small_data/filter_strategy_by_task_state.rb +2 -2
- data/app/helpers/dorsale/alexandrie/attachments_helper.rb +1 -1
- data/app/helpers/dorsale/comments_helper.rb +2 -2
- data/app/helpers/dorsale/customer_vault/application_helper.rb +1 -1
- data/app/helpers/dorsale/flyboy/application_helper.rb +2 -2
- data/app/mailers/dorsale/application_mailer.rb +1 -1
- data/app/mailers/dorsale/flyboy/task_mailer.rb +1 -1
- data/app/mailers/dorsale/user_mailer.rb +1 -1
- data/app/models/dorsale/address.rb +3 -3
- data/app/models/dorsale/alexandrie/attachment.rb +1 -1
- data/app/models/dorsale/alexandrie/attachment_type.rb +1 -1
- data/app/models/dorsale/billing_machine/invoice.rb +1 -1
- data/app/models/dorsale/billing_machine/invoice_line.rb +1 -1
- data/app/models/dorsale/billing_machine/payment_term.rb +1 -1
- data/app/models/dorsale/billing_machine/quotation.rb +8 -8
- data/app/models/dorsale/billing_machine/quotation_line.rb +1 -1
- data/app/models/dorsale/comment.rb +1 -1
- data/app/models/dorsale/customer_vault/activity_type.rb +1 -1
- data/app/models/dorsale/customer_vault/corporation.rb +2 -2
- data/app/models/dorsale/customer_vault/event.rb +3 -3
- data/app/models/dorsale/customer_vault/individual.rb +2 -2
- data/app/models/dorsale/customer_vault/link.rb +1 -1
- data/app/models/dorsale/customer_vault/origin.rb +1 -1
- data/app/models/dorsale/customer_vault/person.rb +6 -6
- data/app/models/dorsale/expense_gun/category.rb +1 -1
- data/app/models/dorsale/expense_gun/expense.rb +2 -2
- data/app/models/dorsale/expense_gun/expense_line.rb +1 -1
- data/app/models/dorsale/flyboy/task.rb +5 -5
- data/app/models/dorsale/flyboy/task_comment.rb +1 -1
- data/app/pdfs/dorsale/application_pdf.rb +1 -1
- data/app/pdfs/dorsale/billing_machine/invoice_multiple_vat_pdf.rb +19 -17
- data/app/pdfs/dorsale/billing_machine/invoice_single_vat_pdf.rb +30 -28
- data/app/pdfs/dorsale/billing_machine/quotation_multiple_vat_pdf.rb +1 -1
- data/app/pdfs/dorsale/billing_machine/quotation_single_vat_pdf.rb +1 -1
- data/app/pdfs/dorsale/expense_gun/expense_pdf.rb +2 -2
- data/app/pdfs/dorsale/prawn_helpers.rb +2 -2
- data/app/policies/dorsale/application_policy.rb +1 -1
- data/app/services/dorsale/billing_machine/invoice/copy.rb +1 -1
- data/app/services/dorsale/billing_machine/invoice/statistics.rb +5 -5
- data/app/services/dorsale/billing_machine/quotation/copy.rb +1 -1
- data/app/services/dorsale/billing_machine/quotation/statistics.rb +5 -5
- data/app/services/dorsale/billing_machine/quotation/to_invoice.rb +5 -5
- data/app/services/dorsale/expense_gun/expense/copy.rb +1 -1
- data/app/services/dorsale/flyboy/task/copy.rb +1 -1
- data/app/services/dorsale/flyboy/task/snoozer.rb +1 -1
- data/app/services/dorsale/service.rb +2 -2
- data/app/services/dorsale/tag_list_for_model.rb +1 -1
- data/app/uploaders/dorsale/alexandrie/file_uploader.rb +1 -1
- data/app/uploaders/dorsale/application_uploader.rb +1 -1
- data/app/uploaders/dorsale/avatar_uploader.rb +1 -1
- data/app/uploaders/dorsale/image_uploader.rb +2 -2
- data/app/uploaders/dorsale/pdf_uploader.rb +2 -2
- data/app/views/dorsale/customer_vault/people/index.xlsx.ruby +3 -3
- data/features/step_definitions/billing_machine_invoices_steps.rb +4 -4
- data/features/step_definitions/billing_machine_multiple_vat.rb +1 -1
- data/features/step_definitions/billing_machine_quotations_steps.rb +2 -2
- data/features/step_definitions/customer_vault_corporations_steps.rb +4 -4
- data/features/step_definitions/customer_vault_people_steps.rb +1 -1
- data/features/step_definitions/customer_vault_tasks_steps.rb +3 -3
- data/features/step_definitions/flyboy_tasks_steps.rb +1 -1
- data/lib/dorsale/engine.rb +11 -5
- data/lib/dorsale/version.rb +1 -1
- data/spec/controllers/dorsale/alexandrie/attachments_controller_spec.rb +1 -1
- data/spec/controllers/dorsale/customer_vault/events_controller_spec.rb +1 -1
- data/spec/controllers/dorsale/customer_vault/people_controller_spec.rb +3 -3
- data/spec/controllers/dorsale/expense_gun/expenses_controller_spec.rb +5 -5
- data/spec/controllers/dorsale/flyboy/task_comments_controller_spec.rb +1 -1
- data/spec/controllers/dorsale/flyboy/tasks_controller_spec.rb +2 -2
- data/spec/factories/alexandrie_attachment_types.rb +1 -1
- data/spec/factories/alexandrie_attachments.rb +1 -1
- data/spec/factories/billing_machine_invoice_lines.rb +1 -1
- data/spec/factories/billing_machine_invoices.rb +1 -1
- data/spec/factories/billing_machine_payment_terms.rb +1 -1
- data/spec/factories/billing_machine_quotation_lines.rb +1 -1
- data/spec/factories/billing_machine_quotations.rb +1 -1
- data/spec/factories/customer_vault_activity_types.rb +1 -1
- data/spec/factories/customer_vault_corporations.rb +1 -1
- data/spec/factories/customer_vault_event.rb +1 -1
- data/spec/factories/customer_vault_individuals.rb +2 -2
- data/spec/factories/customer_vault_links.rb +1 -1
- data/spec/factories/customer_vault_origins.rb +1 -1
- data/spec/factories/dorsale_addresses.rb +1 -1
- data/spec/factories/dorsale_comments.rb +1 -1
- data/spec/factories/expense_gun_categories.rb +1 -1
- data/spec/factories/expense_gun_expense_lines.rb +1 -1
- data/spec/factories/expense_gun_expenses.rb +2 -2
- data/spec/factories/flyboy_task_comments.rb +1 -1
- data/spec/factories/flyboy_tasks.rb +1 -1
- data/spec/mailers/user_mailer_spec.rb +2 -2
- data/spec/models/dorsale/alexandrie/attachment_spec.rb +1 -1
- data/spec/models/dorsale/alexandrie/attachment_type_spec.rb +1 -1
- data/spec/models/dorsale/billing_machine/invoice_line_spec.rb +5 -5
- data/spec/models/dorsale/billing_machine/invoice_spec.rb +10 -10
- data/spec/models/dorsale/billing_machine/quotation_line_spec.rb +6 -6
- data/spec/models/dorsale/billing_machine/quotation_spec.rb +8 -8
- data/spec/models/dorsale/billing_machine_spec.rb +1 -1
- data/spec/models/dorsale/customer_vault/activity_type_spec.rb +1 -1
- data/spec/models/dorsale/customer_vault/corporation_spec.rb +1 -1
- data/spec/models/dorsale/customer_vault/event_spec.rb +1 -1
- data/spec/models/dorsale/customer_vault/individual_spec.rb +3 -3
- data/spec/models/dorsale/customer_vault/link_spec.rb +1 -1
- data/spec/models/dorsale/customer_vault/origin_spec.rb +1 -1
- data/spec/models/dorsale/customer_vault/person_spec.rb +2 -2
- data/spec/models/dorsale/expense_gun/category_spec.rb +1 -1
- data/spec/models/dorsale/expense_gun/expense_line_spec.rb +2 -2
- data/spec/models/dorsale/flyboy/task_comment_spec.rb +5 -5
- data/spec/models/dorsale/flyboy/task_spec.rb +7 -7
- data/spec/models/dorsale/i18n_spec.rb +1 -1
- data/spec/pdfs/dorsale/billing_machine/invoice_multiple_vat_pdf_spec.rb +3 -3
- data/spec/pdfs/dorsale/billing_machine/invoice_single_vat_pdf_spec.rb +3 -3
- data/spec/pdfs/dorsale/billing_machine/quotation_multiple_vat_pdf_spec.rb +3 -3
- data/spec/pdfs/dorsale/billing_machine/quotation_single_vat_pdf_spec.rb +3 -3
- data/spec/rails_helper.rb +0 -3
- data/spec/routing/dorsale/billing_machine/invoices_routing_spec.rb +2 -2
- data/spec/routing/dorsale/billing_machine/quotations_routing_spec.rb +2 -2
- data/spec/routing/dorsale/customer_vault/activity_types_routing_spec.rb +2 -2
- data/spec/routing/dorsale/customer_vault/events_routing_spec.rb +2 -2
- data/spec/routing/dorsale/customer_vault/origins_routing_spec.rb +2 -2
- data/spec/routing/dorsale/customer_vault/people_routing_spec.rb +2 -2
- data/spec/routing/dorsale/expense_gun/expenses_routing_spec.rb +2 -2
- data/spec/routing/dorsale/flyboy/task_comments_routing_spec.rb +2 -2
- data/spec/routing/dorsale/flyboy/tasks_routing_spec.rb +2 -2
- data/spec/routing/dorsale/users_routing_spec.rb +2 -2
- data/spec/services/dorsale/expense_gun/expense/copy_spec.rb +2 -2
- metadata +111 -114
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
RSpec.describe
|
|
3
|
+
RSpec.describe Dorsale::ExpenseGun::ExpenseLine, type: :model do
|
|
4
4
|
it { is_expected.to belong_to :expense }
|
|
5
5
|
it { is_expected.to validate_presence_of :expense }
|
|
6
6
|
it { is_expected.to validate_presence_of :category }
|
|
@@ -47,7 +47,7 @@ RSpec.describe ::Dorsale::ExpenseGun::ExpenseLine, type: :model do
|
|
|
47
47
|
|
|
48
48
|
it "#total_vat_deductible should be 0 if categorie is non vat_decuctible" do
|
|
49
49
|
category = build(:expense_gun_category, vat_deductible: false)
|
|
50
|
-
expense_line = build(:expense_gun_expense_line, category:
|
|
50
|
+
expense_line = build(:expense_gun_expense_line, category:)
|
|
51
51
|
expect(expense_line.total_vat_deductible).to eq 0.0
|
|
52
52
|
end
|
|
53
53
|
end
|
|
@@ -16,19 +16,19 @@ describe Dorsale::Flyboy::TaskComment do
|
|
|
16
16
|
|
|
17
17
|
it "should update the task progress upon creation" do
|
|
18
18
|
task = create(:flyboy_task, progress: 10)
|
|
19
|
-
comment = create(:flyboy_task_comment, progress: 20, task:
|
|
19
|
+
comment = create(:flyboy_task_comment, progress: 20, task:)
|
|
20
20
|
expect(task.reload.progress).to eq(20)
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
it "should mark task as complete when progress == 100" do
|
|
24
24
|
task = create(:flyboy_task, progress: 10, done: false)
|
|
25
|
-
comment = create(:flyboy_task_comment, progress: 100, task:
|
|
25
|
+
comment = create(:flyboy_task_comment, progress: 100, task:)
|
|
26
26
|
expect(task.reload.done).to be true
|
|
27
27
|
end
|
|
28
28
|
|
|
29
29
|
it "should mark task as un complete when progress < 100" do
|
|
30
30
|
task = create(:flyboy_task, progress: 100, done: true)
|
|
31
|
-
comment = create(:flyboy_task_comment, progress: 90, task:
|
|
31
|
+
comment = create(:flyboy_task_comment, progress: 90, task:)
|
|
32
32
|
expect(task.reload.done).to be false
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -44,8 +44,8 @@ describe Dorsale::Flyboy::TaskComment do
|
|
|
44
44
|
|
|
45
45
|
it "#new progress should not override exisring progress" do
|
|
46
46
|
task = create(:flyboy_task)
|
|
47
|
-
comment1 = create(:flyboy_task_comment, task
|
|
48
|
-
comment2 = create(:flyboy_task_comment, task
|
|
47
|
+
comment1 = create(:flyboy_task_comment, task:, progress: 30)
|
|
48
|
+
comment2 = create(:flyboy_task_comment, task:, progress: 50)
|
|
49
49
|
expect(task.reload.progress).to eq 50
|
|
50
50
|
expect(comment1.reload.progress).to eq 30
|
|
51
51
|
expect(comment2.reload.progress).to eq 50
|
|
@@ -119,7 +119,7 @@ describe Dorsale::Flyboy::Task do
|
|
|
119
119
|
task2 = create(:flyboy_task, owner: @user1, term: Date.current-1, done: false)
|
|
120
120
|
task3 = create(:flyboy_task, owner: @user1, term: Date.current-2, done: true)
|
|
121
121
|
task4 = create(:flyboy_task, owner: @user1, term: Date.current-2, done: false)
|
|
122
|
-
tasks =
|
|
122
|
+
tasks = Dorsale::Flyboy::Task.delayed
|
|
123
123
|
expect(tasks).to contain_exactly(task2, task4)
|
|
124
124
|
end
|
|
125
125
|
|
|
@@ -127,7 +127,7 @@ describe Dorsale::Flyboy::Task do
|
|
|
127
127
|
task = create(:flyboy_task, owner: @user1, term: Date.current+1)
|
|
128
128
|
task1 = create(:flyboy_task, owner: @user1, term: Date.current, done: true)
|
|
129
129
|
task2 = create(:flyboy_task, owner: @user1, term: Date.current, done: false)
|
|
130
|
-
tasks =
|
|
130
|
+
tasks = Dorsale::Flyboy::Task.today
|
|
131
131
|
expect(tasks).to contain_exactly(task2)
|
|
132
132
|
end
|
|
133
133
|
|
|
@@ -135,7 +135,7 @@ describe Dorsale::Flyboy::Task do
|
|
|
135
135
|
task = create(:flyboy_task, owner: @user1, term: Date.current)
|
|
136
136
|
task1 = create(:flyboy_task, owner: @user1, term: Date.tomorrow, done: true)
|
|
137
137
|
task2 = create(:flyboy_task, owner: @user1, term: Date.tomorrow, done: false)
|
|
138
|
-
tasks =
|
|
138
|
+
tasks = Dorsale::Flyboy::Task.tomorrow
|
|
139
139
|
expect(tasks).to contain_exactly(task2)
|
|
140
140
|
end
|
|
141
141
|
|
|
@@ -146,7 +146,7 @@ describe Dorsale::Flyboy::Task do
|
|
|
146
146
|
task2 = create(:flyboy_task, owner: @user1, term: Date.current+2, done: false)
|
|
147
147
|
task3 = create(:flyboy_task, owner: @user1, term: Date.current+3, done: false)
|
|
148
148
|
task4 = create(:flyboy_task, owner: @user1, term: Date.current+5, done: false)
|
|
149
|
-
tasks =
|
|
149
|
+
tasks = Dorsale::Flyboy::Task.this_week
|
|
150
150
|
expect(tasks).to contain_exactly(task2, task3)
|
|
151
151
|
end
|
|
152
152
|
|
|
@@ -157,7 +157,7 @@ describe Dorsale::Flyboy::Task do
|
|
|
157
157
|
task2 = create(:flyboy_task, owner: @user1, term: Date.current+7, done: false)
|
|
158
158
|
task3 = create(:flyboy_task, owner: @user1, term: Date.current+9, done: false)
|
|
159
159
|
task4 = create(:flyboy_task, owner: @user1, term: Date.current+12, done: false)
|
|
160
|
-
tasks =
|
|
160
|
+
tasks = Dorsale::Flyboy::Task.next_week
|
|
161
161
|
expect(tasks).to contain_exactly(task2, task3)
|
|
162
162
|
end
|
|
163
163
|
end # describe "scopes"
|
|
@@ -235,7 +235,7 @@ describe Dorsale::Flyboy::Task do
|
|
|
235
235
|
|
|
236
236
|
it "should create comment" do
|
|
237
237
|
expect {
|
|
238
|
-
task.create_term_changed_comment!(previous: Date.new(2019, 10, 1), author:
|
|
238
|
+
task.create_term_changed_comment!(previous: Date.new(2019, 10, 1), author:)
|
|
239
239
|
}.to change(Dorsale::Flyboy::TaskComment, :count).by(1)
|
|
240
240
|
|
|
241
241
|
task_comment = task.comments.last_created
|
|
@@ -247,7 +247,7 @@ describe Dorsale::Flyboy::Task do
|
|
|
247
247
|
|
|
248
248
|
it "should not create comment if date not changed" do
|
|
249
249
|
expect {
|
|
250
|
-
task.create_term_changed_comment!(previous: Date.new(2019, 10, 2), author:
|
|
250
|
+
task.create_term_changed_comment!(previous: Date.new(2019, 10, 2), author:)
|
|
251
251
|
}.to_not change(Dorsale::Flyboy::TaskComment, :count)
|
|
252
252
|
end
|
|
253
253
|
end # describe "#create_term_changed_comment!"
|
|
@@ -5,7 +5,7 @@ require "rails_helper"
|
|
|
5
5
|
RSpec.describe "i18n" do
|
|
6
6
|
Rails.application.eager_load!
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Dorsale::ApplicationRecord.descendants.each do |model|
|
|
9
9
|
next unless model.to_s.start_with?("Dorsale")
|
|
10
10
|
|
|
11
11
|
it "should i18n #{model} model name" do
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
3
|
+
describe Dorsale::BillingMachine::InvoiceMultipleVatPdf, pdfs: true do
|
|
4
4
|
before :each do
|
|
5
|
-
|
|
5
|
+
Dorsale::BillingMachine.vat_mode = :multiple
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
let(:invoice) {
|
|
@@ -33,7 +33,7 @@ describe ::Dorsale::BillingMachine::InvoiceMultipleVatPdf, pdfs: true do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
it "should work with empty invoice" do
|
|
36
|
-
invoice =
|
|
36
|
+
invoice = Dorsale::BillingMachine::Invoice.new
|
|
37
37
|
|
|
38
38
|
expect {
|
|
39
39
|
described_class.new(invoice).tap(&:build).render_with_attachments
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
3
|
+
describe Dorsale::BillingMachine::InvoiceSingleVatPdf, pdfs: true do
|
|
4
4
|
before :each do
|
|
5
|
-
|
|
5
|
+
Dorsale::BillingMachine.vat_mode = :single
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
let(:invoice) {
|
|
@@ -33,7 +33,7 @@ describe ::Dorsale::BillingMachine::InvoiceSingleVatPdf, pdfs: true do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
it "should work with empty invoice" do
|
|
36
|
-
invoice =
|
|
36
|
+
invoice = Dorsale::BillingMachine::Invoice.new
|
|
37
37
|
|
|
38
38
|
expect {
|
|
39
39
|
described_class.new(invoice).tap(&:build).render_with_attachments
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
3
|
+
describe Dorsale::BillingMachine::QuotationMultipleVatPdf, pdfs: true do
|
|
4
4
|
before :each do
|
|
5
|
-
|
|
5
|
+
Dorsale::BillingMachine.vat_mode = :multiple
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
let(:quotation) {
|
|
@@ -33,7 +33,7 @@ describe ::Dorsale::BillingMachine::QuotationMultipleVatPdf, pdfs: true do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
it "should work with empty quotation" do
|
|
36
|
-
quotation =
|
|
36
|
+
quotation = Dorsale::BillingMachine::Quotation.new
|
|
37
37
|
|
|
38
38
|
expect {
|
|
39
39
|
described_class.new(quotation).tap(&:build).render_with_attachments
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
3
|
+
describe Dorsale::BillingMachine::QuotationSingleVatPdf, pdfs: true do
|
|
4
4
|
before :each do
|
|
5
|
-
|
|
5
|
+
Dorsale::BillingMachine.vat_mode = :single
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
let(:quotation) {
|
|
@@ -33,7 +33,7 @@ describe ::Dorsale::BillingMachine::QuotationSingleVatPdf, pdfs: true do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
it "should work with empty quotation" do
|
|
36
|
-
quotation =
|
|
36
|
+
quotation = Dorsale::BillingMachine::Quotation.new
|
|
37
37
|
|
|
38
38
|
expect {
|
|
39
39
|
described_class.new(quotation).tap(&:build).render_with_attachments
|
data/spec/rails_helper.rb
CHANGED
|
@@ -29,9 +29,6 @@ Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f }
|
|
|
29
29
|
ActiveRecord::Migration.maintain_test_schema!
|
|
30
30
|
|
|
31
31
|
RSpec.configure do |config|
|
|
32
|
-
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
|
33
|
-
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
|
34
|
-
|
|
35
32
|
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
|
36
33
|
# examples within a transaction, remove the following line or assign false
|
|
37
34
|
# instead of true.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
4
|
-
routes {
|
|
3
|
+
describe Dorsale::BillingMachine::InvoicesController, type: :routing do
|
|
4
|
+
routes { Dorsale::Engine.routes }
|
|
5
5
|
|
|
6
6
|
describe "routing" do
|
|
7
7
|
it "#index" do
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
3
|
+
describe Dorsale::BillingMachine::QuotationsController do
|
|
4
4
|
describe "routing" do
|
|
5
|
-
routes {
|
|
5
|
+
routes { Dorsale::Engine.routes }
|
|
6
6
|
|
|
7
7
|
it "#index" do
|
|
8
8
|
expect(get "/billing_machine/quotations").to \
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
4
|
-
routes {
|
|
3
|
+
describe Dorsale::CustomerVault::ActivityTypesController do
|
|
4
|
+
routes { Dorsale::Engine.routes }
|
|
5
5
|
|
|
6
6
|
describe "routing" do
|
|
7
7
|
it "#index" do
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
RSpec.describe
|
|
4
|
-
routes {
|
|
3
|
+
RSpec.describe Dorsale::CustomerVault::EventsController, type: :routing do
|
|
4
|
+
routes { Dorsale::Engine.routes }
|
|
5
5
|
|
|
6
6
|
describe "routing" do
|
|
7
7
|
it "#index" do
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
RSpec.describe
|
|
4
|
-
routes {
|
|
3
|
+
RSpec.describe Dorsale::CustomerVault::PeopleController, type: :routing do
|
|
4
|
+
routes { Dorsale::Engine.routes }
|
|
5
5
|
|
|
6
6
|
describe "routing" do
|
|
7
7
|
it "#index" do
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
4
|
-
routes {
|
|
3
|
+
describe Dorsale::ExpenseGun::ExpensesController, type: :routing do
|
|
4
|
+
routes { Dorsale::Engine.routes }
|
|
5
5
|
|
|
6
6
|
describe "routing" do
|
|
7
7
|
it "#index" do
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
3
|
+
describe Dorsale::Flyboy::TaskCommentsController, type: :routing do
|
|
4
4
|
describe "routing" do
|
|
5
|
-
routes {
|
|
5
|
+
routes { Dorsale::Engine.routes }
|
|
6
6
|
|
|
7
7
|
it "routes to #create" do
|
|
8
8
|
expect(post("flyboy/task_comments")).to route_to("dorsale/flyboy/task_comments#create")
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
describe
|
|
3
|
+
describe Dorsale::Flyboy::TasksController, type: :routing do
|
|
4
4
|
describe "routing" do
|
|
5
|
-
routes {
|
|
5
|
+
routes { Dorsale::Engine.routes }
|
|
6
6
|
|
|
7
7
|
it "routes to #index" do
|
|
8
8
|
expect(get("flyboy/tasks")).to route_to("dorsale/flyboy/tasks#index")
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
RSpec.describe
|
|
3
|
+
RSpec.describe Dorsale::UsersController, type: :routing do
|
|
4
4
|
describe "routing" do
|
|
5
|
-
routes {
|
|
5
|
+
routes { Dorsale::Engine.routes }
|
|
6
6
|
it "routes to #index" do
|
|
7
7
|
expect(:get => "users").to route_to("dorsale/users#index")
|
|
8
8
|
end
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
require "rails_helper"
|
|
2
2
|
|
|
3
|
-
RSpec.describe
|
|
3
|
+
RSpec.describe Dorsale::ExpenseGun::Expense::Copy do
|
|
4
4
|
let(:expense) {
|
|
5
5
|
expense = Dorsale::ExpenseGun::Expense.create!(
|
|
6
6
|
:user => create(:user),
|
|
@@ -19,7 +19,7 @@ RSpec.describe ::Dorsale::ExpenseGun::Expense::Copy do
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
let(:copy) {
|
|
22
|
-
|
|
22
|
+
Dorsale::ExpenseGun::Expense::Copy.(expense)
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
it "should duplicate expense attributes" do
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dorsale
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 4.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- agilidée
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -948,7 +947,6 @@ homepage: https://github.com/agilidee/dorsale
|
|
|
948
947
|
licenses:
|
|
949
948
|
- Nonstandard
|
|
950
949
|
metadata: {}
|
|
951
|
-
post_install_message:
|
|
952
950
|
rdoc_options: []
|
|
953
951
|
require_paths:
|
|
954
952
|
- lib
|
|
@@ -956,144 +954,143 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
956
954
|
requirements:
|
|
957
955
|
- - ">="
|
|
958
956
|
- !ruby/object:Gem::Version
|
|
959
|
-
version:
|
|
957
|
+
version: 3.1.0
|
|
960
958
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
961
959
|
requirements:
|
|
962
960
|
- - ">="
|
|
963
961
|
- !ruby/object:Gem::Version
|
|
964
962
|
version: '0'
|
|
965
963
|
requirements: []
|
|
966
|
-
rubygems_version: 3.
|
|
967
|
-
signing_key:
|
|
964
|
+
rubygems_version: 3.6.9
|
|
968
965
|
specification_version: 4
|
|
969
966
|
summary: Modular ERP made with Ruby on Rails
|
|
970
967
|
test_files:
|
|
971
|
-
-
|
|
972
|
-
-
|
|
973
|
-
-
|
|
974
|
-
-
|
|
975
|
-
-
|
|
976
|
-
-
|
|
977
|
-
-
|
|
978
|
-
-
|
|
979
|
-
-
|
|
980
|
-
-
|
|
981
|
-
-
|
|
982
|
-
-
|
|
983
|
-
-
|
|
984
|
-
-
|
|
985
|
-
-
|
|
986
|
-
-
|
|
987
|
-
-
|
|
988
|
-
-
|
|
989
|
-
-
|
|
990
|
-
-
|
|
991
|
-
-
|
|
992
|
-
-
|
|
993
|
-
-
|
|
994
|
-
-
|
|
995
|
-
-
|
|
996
|
-
-
|
|
997
|
-
-
|
|
998
|
-
-
|
|
999
|
-
-
|
|
1000
|
-
-
|
|
1001
|
-
-
|
|
1002
|
-
-
|
|
1003
|
-
-
|
|
1004
|
-
-
|
|
968
|
+
- features/access.feature
|
|
969
|
+
- features/billing_machine_invoices.feature
|
|
970
|
+
- features/billing_machine_multiple_vat.feature
|
|
971
|
+
- features/billing_machine_payment_terms.feature
|
|
972
|
+
- features/billing_machine_quotations.feature
|
|
973
|
+
- features/customer_vault_activity_types.feature
|
|
974
|
+
- features/customer_vault_corporations.feature
|
|
975
|
+
- features/customer_vault_filters.feature
|
|
976
|
+
- features/customer_vault_individuals.feature
|
|
977
|
+
- features/customer_vault_invoices.feature
|
|
978
|
+
- features/customer_vault_links.feature
|
|
979
|
+
- features/customer_vault_origins.feature
|
|
980
|
+
- features/customer_vault_people.feature
|
|
981
|
+
- features/customer_vault_search.feature
|
|
982
|
+
- features/customer_vault_tasks.feature
|
|
983
|
+
- features/expense_gun_categories.feature
|
|
984
|
+
- features/expense_gun_expenses.feature
|
|
985
|
+
- features/flyboy_task_comments.feature
|
|
986
|
+
- features/flyboy_tasks.feature
|
|
987
|
+
- features/flyboy_tasks_summary.feature
|
|
988
|
+
- features/step_definitions/access_steps.rb
|
|
989
|
+
- features/step_definitions/alexandrie_steps.rb
|
|
990
|
+
- features/step_definitions/billing_machine_invoices_steps.rb
|
|
991
|
+
- features/step_definitions/billing_machine_multiple_vat.rb
|
|
992
|
+
- features/step_definitions/billing_machine_payment_terms_steps.rb
|
|
993
|
+
- features/step_definitions/billing_machine_quotations_steps.rb
|
|
994
|
+
- features/step_definitions/common_steps.rb
|
|
995
|
+
- features/step_definitions/customer_vault_activity_types_steps.rb
|
|
996
|
+
- features/step_definitions/customer_vault_corporations_steps.rb
|
|
997
|
+
- features/step_definitions/customer_vault_filters_steps.rb
|
|
998
|
+
- features/step_definitions/customer_vault_individuals_steps.rb
|
|
999
|
+
- features/step_definitions/customer_vault_invoices_steps.rb
|
|
1000
|
+
- features/step_definitions/customer_vault_links_steps.rb
|
|
1001
|
+
- features/step_definitions/customer_vault_origins_steps.rb
|
|
1002
|
+
- features/step_definitions/customer_vault_people_steps.rb
|
|
1003
|
+
- features/step_definitions/customer_vault_search_steps.rb
|
|
1004
|
+
- features/step_definitions/customer_vault_tasks_steps.rb
|
|
1005
|
+
- features/step_definitions/expense_gun_categories_steps.rb
|
|
1006
|
+
- features/step_definitions/expense_gun_expenses_steps.rb
|
|
1007
|
+
- features/step_definitions/flyboy_task_comments_steps.rb
|
|
1008
|
+
- features/step_definitions/flyboy_tasks_steps.rb
|
|
1009
|
+
- features/step_definitions/tasks_summary_steps.rb
|
|
1010
|
+
- features/step_definitions/users_management_step.rb
|
|
1011
|
+
- features/support/env.rb
|
|
1012
|
+
- features/users_management.feature
|
|
1013
|
+
- spec/controllers/dorsale/alexandrie/attachments_controller_spec.rb
|
|
1014
|
+
- spec/controllers/dorsale/billing_machine/invoices_controller_spec.rb
|
|
1015
|
+
- spec/controllers/dorsale/billing_machine/quotations_controller_spec.rb
|
|
1016
|
+
- spec/controllers/dorsale/comments_controller_spec.rb
|
|
1017
|
+
- spec/controllers/dorsale/customer_vault/events_controller_spec.rb
|
|
1018
|
+
- spec/controllers/dorsale/customer_vault/people_controller_spec.rb
|
|
1019
|
+
- spec/controllers/dorsale/expense_gun/expenses_controller_spec.rb
|
|
1020
|
+
- spec/controllers/dorsale/flyboy/task_comments_controller_spec.rb
|
|
1021
|
+
- spec/controllers/dorsale/flyboy/tasks_controller_spec.rb
|
|
1022
|
+
- spec/factories/alexandrie_attachment_types.rb
|
|
1005
1023
|
- spec/factories/alexandrie_attachments.rb
|
|
1006
|
-
- spec/factories/
|
|
1024
|
+
- spec/factories/billing_machine_invoice_lines.rb
|
|
1007
1025
|
- spec/factories/billing_machine_invoices.rb
|
|
1008
|
-
- spec/factories/customer_vault_activity_types.rb
|
|
1009
1026
|
- spec/factories/billing_machine_payment_terms.rb
|
|
1010
|
-
- spec/factories/
|
|
1011
|
-
- spec/factories/expense_gun_expenses.rb
|
|
1012
|
-
- spec/factories/alexandrie_attachment_types.rb
|
|
1027
|
+
- spec/factories/billing_machine_quotation_lines.rb
|
|
1013
1028
|
- spec/factories/billing_machine_quotations.rb
|
|
1014
|
-
- spec/factories/
|
|
1029
|
+
- spec/factories/customer_vault_activity_types.rb
|
|
1030
|
+
- spec/factories/customer_vault_corporations.rb
|
|
1031
|
+
- spec/factories/customer_vault_event.rb
|
|
1015
1032
|
- spec/factories/customer_vault_individuals.rb
|
|
1016
|
-
- spec/factories/
|
|
1017
|
-
- spec/factories/
|
|
1033
|
+
- spec/factories/customer_vault_links.rb
|
|
1034
|
+
- spec/factories/customer_vault_origins.rb
|
|
1035
|
+
- spec/factories/dorsale_addresses.rb
|
|
1018
1036
|
- spec/factories/dorsale_comments.rb
|
|
1037
|
+
- spec/factories/expense_gun_categories.rb
|
|
1038
|
+
- spec/factories/expense_gun_expense_lines.rb
|
|
1039
|
+
- spec/factories/expense_gun_expenses.rb
|
|
1019
1040
|
- spec/factories/flyboy_task_comments.rb
|
|
1041
|
+
- spec/factories/flyboy_tasks.rb
|
|
1020
1042
|
- spec/files/avatar.png
|
|
1021
1043
|
- spec/files/pdf.pdf
|
|
1022
|
-
- spec/
|
|
1044
|
+
- spec/mailers/user_mailer_spec.rb
|
|
1045
|
+
- spec/models/dorsale/address_spec.rb
|
|
1046
|
+
- spec/models/dorsale/alexandrie/attachment_spec.rb
|
|
1047
|
+
- spec/models/dorsale/alexandrie/attachment_type_spec.rb
|
|
1048
|
+
- spec/models/dorsale/billing_machine/invoice_line_spec.rb
|
|
1049
|
+
- spec/models/dorsale/billing_machine/invoice_spec.rb
|
|
1050
|
+
- spec/models/dorsale/billing_machine/quotation_line_spec.rb
|
|
1051
|
+
- spec/models/dorsale/billing_machine/quotation_spec.rb
|
|
1052
|
+
- spec/models/dorsale/billing_machine_spec.rb
|
|
1053
|
+
- spec/models/dorsale/comment_spec.rb
|
|
1054
|
+
- spec/models/dorsale/customer_vault/activity_type_spec.rb
|
|
1055
|
+
- spec/models/dorsale/customer_vault/corporation_spec.rb
|
|
1056
|
+
- spec/models/dorsale/customer_vault/event_spec.rb
|
|
1057
|
+
- spec/models/dorsale/customer_vault/individual_spec.rb
|
|
1058
|
+
- spec/models/dorsale/customer_vault/link_spec.rb
|
|
1059
|
+
- spec/models/dorsale/customer_vault/origin_spec.rb
|
|
1060
|
+
- spec/models/dorsale/customer_vault/person_spec.rb
|
|
1061
|
+
- spec/models/dorsale/email_spec.rb
|
|
1062
|
+
- spec/models/dorsale/expense_gun/category_spec.rb
|
|
1063
|
+
- spec/models/dorsale/expense_gun/expense_line_spec.rb
|
|
1064
|
+
- spec/models/dorsale/expense_gun/expense_spec.rb
|
|
1065
|
+
- spec/models/dorsale/flyboy/task_comment_spec.rb
|
|
1066
|
+
- spec/models/dorsale/flyboy/task_spec.rb
|
|
1067
|
+
- spec/models/dorsale/i18n_spec.rb
|
|
1068
|
+
- spec/models/dorsale/users_spec.rb
|
|
1069
|
+
- spec/pdfs/dorsale/billing_machine/invoice_multiple_vat_pdf_spec.rb
|
|
1023
1070
|
- spec/pdfs/dorsale/billing_machine/invoice_single_vat_pdf_spec.rb
|
|
1024
1071
|
- spec/pdfs/dorsale/billing_machine/quotation_multiple_vat_pdf_spec.rb
|
|
1025
1072
|
- spec/pdfs/dorsale/billing_machine/quotation_single_vat_pdf_spec.rb
|
|
1026
|
-
- spec/pdfs/dorsale/
|
|
1073
|
+
- spec/pdfs/dorsale/expense_gun/expense_pdf_spec.rb
|
|
1074
|
+
- spec/rails_helper.rb
|
|
1027
1075
|
- spec/routing/dorsale/alexandrie/attachments_routing_spec.rb
|
|
1076
|
+
- spec/routing/dorsale/billing_machine/invoices_routing_spec.rb
|
|
1077
|
+
- spec/routing/dorsale/billing_machine/quotations_routing_spec.rb
|
|
1028
1078
|
- spec/routing/dorsale/comments_routing_spec.rb
|
|
1029
|
-
- spec/routing/dorsale/expense_gun/expenses_routing_spec.rb
|
|
1030
|
-
- spec/routing/dorsale/users_routing_spec.rb
|
|
1031
1079
|
- spec/routing/dorsale/customer_vault/activity_types_routing_spec.rb
|
|
1080
|
+
- spec/routing/dorsale/customer_vault/events_routing_spec.rb
|
|
1032
1081
|
- spec/routing/dorsale/customer_vault/origins_routing_spec.rb
|
|
1033
1082
|
- spec/routing/dorsale/customer_vault/people_routing_spec.rb
|
|
1034
|
-
- spec/routing/dorsale/
|
|
1035
|
-
- spec/routing/dorsale/billing_machine/quotations_routing_spec.rb
|
|
1036
|
-
- spec/routing/dorsale/billing_machine/invoices_routing_spec.rb
|
|
1037
|
-
- spec/routing/dorsale/flyboy/tasks_routing_spec.rb
|
|
1083
|
+
- spec/routing/dorsale/expense_gun/expenses_routing_spec.rb
|
|
1038
1084
|
- spec/routing/dorsale/flyboy/task_comments_routing_spec.rb
|
|
1039
|
-
- spec/
|
|
1040
|
-
- spec/
|
|
1041
|
-
- spec/controllers/dorsale/expense_gun/expenses_controller_spec.rb
|
|
1042
|
-
- spec/controllers/dorsale/customer_vault/events_controller_spec.rb
|
|
1043
|
-
- spec/controllers/dorsale/customer_vault/people_controller_spec.rb
|
|
1044
|
-
- spec/controllers/dorsale/billing_machine/invoices_controller_spec.rb
|
|
1045
|
-
- spec/controllers/dorsale/billing_machine/quotations_controller_spec.rb
|
|
1046
|
-
- spec/controllers/dorsale/flyboy/tasks_controller_spec.rb
|
|
1047
|
-
- spec/controllers/dorsale/flyboy/task_comments_controller_spec.rb
|
|
1048
|
-
- spec/rails_helper.rb
|
|
1049
|
-
- spec/services/dorsale/expense_gun/expense/copy_spec.rb
|
|
1050
|
-
- spec/services/dorsale/billing_machine/quotation/statistics.rb
|
|
1085
|
+
- spec/routing/dorsale/flyboy/tasks_routing_spec.rb
|
|
1086
|
+
- spec/routing/dorsale/users_routing_spec.rb
|
|
1051
1087
|
- spec/services/dorsale/billing_machine/quotation/copy_spec.rb
|
|
1088
|
+
- spec/services/dorsale/billing_machine/quotation/statistics.rb
|
|
1052
1089
|
- spec/services/dorsale/billing_machine/quotation/to_invoice_spec.rb
|
|
1090
|
+
- spec/services/dorsale/expense_gun/expense/copy_spec.rb
|
|
1053
1091
|
- spec/services/dorsale/flyboy/task/copy_spec.rb
|
|
1054
1092
|
- spec/services/dorsale/flyboy/task/snoozer_spec.rb
|
|
1055
|
-
-
|
|
1056
|
-
-
|
|
1057
|
-
-
|
|
1058
|
-
-
|
|
1059
|
-
- features/customer_vault_individuals.feature
|
|
1060
|
-
- features/billing_machine_quotations.feature
|
|
1061
|
-
- features/expense_gun_expenses.feature
|
|
1062
|
-
- features/access.feature
|
|
1063
|
-
- features/flyboy_tasks_summary.feature
|
|
1064
|
-
- features/customer_vault_corporations.feature
|
|
1065
|
-
- features/billing_machine_invoices.feature
|
|
1066
|
-
- features/support/env.rb
|
|
1067
|
-
- features/customer_vault_search.feature
|
|
1068
|
-
- features/billing_machine_payment_terms.feature
|
|
1069
|
-
- features/customer_vault_origins.feature
|
|
1070
|
-
- features/billing_machine_multiple_vat.feature
|
|
1071
|
-
- features/step_definitions/customer_vault_filters_steps.rb
|
|
1072
|
-
- features/step_definitions/billing_machine_quotations_steps.rb
|
|
1073
|
-
- features/step_definitions/customer_vault_search_steps.rb
|
|
1074
|
-
- features/step_definitions/expense_gun_expenses_steps.rb
|
|
1075
|
-
- features/step_definitions/customer_vault_corporations_steps.rb
|
|
1076
|
-
- features/step_definitions/tasks_summary_steps.rb
|
|
1077
|
-
- features/step_definitions/flyboy_tasks_steps.rb
|
|
1078
|
-
- features/step_definitions/customer_vault_individuals_steps.rb
|
|
1079
|
-
- features/step_definitions/billing_machine_payment_terms_steps.rb
|
|
1080
|
-
- features/step_definitions/alexandrie_steps.rb
|
|
1081
|
-
- features/step_definitions/billing_machine_invoices_steps.rb
|
|
1082
|
-
- features/step_definitions/billing_machine_multiple_vat.rb
|
|
1083
|
-
- features/step_definitions/customer_vault_invoices_steps.rb
|
|
1084
|
-
- features/step_definitions/customer_vault_people_steps.rb
|
|
1085
|
-
- features/step_definitions/users_management_step.rb
|
|
1086
|
-
- features/step_definitions/expense_gun_categories_steps.rb
|
|
1087
|
-
- features/step_definitions/customer_vault_origins_steps.rb
|
|
1088
|
-
- features/step_definitions/flyboy_task_comments_steps.rb
|
|
1089
|
-
- features/step_definitions/customer_vault_activity_types_steps.rb
|
|
1090
|
-
- features/step_definitions/customer_vault_tasks_steps.rb
|
|
1091
|
-
- features/step_definitions/common_steps.rb
|
|
1092
|
-
- features/step_definitions/access_steps.rb
|
|
1093
|
-
- features/step_definitions/customer_vault_links_steps.rb
|
|
1094
|
-
- features/customer_vault_invoices.feature
|
|
1095
|
-
- features/customer_vault_links.feature
|
|
1096
|
-
- features/customer_vault_filters.feature
|
|
1097
|
-
- features/flyboy_task_comments.feature
|
|
1098
|
-
- features/customer_vault_tasks.feature
|
|
1099
|
-
- features/flyboy_tasks.feature
|
|
1093
|
+
- spec/sorters/dorsale/expense_gun/expenses_sorter_spec.rb
|
|
1094
|
+
- spec/spec_helper.rb
|
|
1095
|
+
- spec/support/devise.rb
|
|
1096
|
+
- spec/support/message_delivery.rb
|