diff --git a/Gemfile b/Gemfile
index faefa6b..ac01061 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,8 @@ gem 'rails', '4.0.2'
gem 'bcrypt-ruby', '3.1.2'
# Use sqlite3 as the database for Active Record
-gem 'sqlite3'
+#gem 'sqlite3'
+gem 'pg'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index e9a8742..258d920 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -90,6 +90,7 @@ GEM
mime-types (1.25.1)
minitest (4.7.5)
multi_json (1.8.2)
+ pg (0.14.1-x86-mingw32)
polyglot (0.3.3)
rack (1.5.2)
rack-protection (1.5.2)
@@ -151,7 +152,6 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
- sqlite3 (1.3.8-x86-mingw32)
temple (0.6.7)
thin (1.6.1)
daemons (>= 1.0.9)
@@ -189,6 +189,7 @@ DEPENDENCIES
haml-rails
jbuilder (~> 1.2)
jquery-rails
+ pg
rails (= 4.0.2)
sass-rails (~> 4.0.0)
sdoc
@@ -196,7 +197,6 @@ DEPENDENCIES
sidekiq (~> 2.17.0)
sinatra
slim
- sqlite3
thin
turbolinks
twitter-bootstrap-rails
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index d663c23..b6c52de 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -97,6 +97,9 @@
#tab-content .label-success, .badge-success {
background-color: #468847;
}
+#tab-content .label-fail {
+ background-color: #B94A48;
+}
#tab-content .label {
border-radius: 3px;
}
@@ -140,3 +143,15 @@
word-wrap: break-word;
}
+/* Error Modal */
+#imageModal {
+ width: 80%;
+ height: 80%;
+ margin-left: 10%;
+ left: 0;
+ text-align: center;
+}
+#imageModal img {
+ width: 90%;
+ height: 90%;
+}
\ No newline at end of file
diff --git a/app/controllers/menus_controller.rb b/app/controllers/menus_controller.rb
index 80708cf..0dd87bc 100644
--- a/app/controllers/menus_controller.rb
+++ b/app/controllers/menus_controller.rb
@@ -2,7 +2,10 @@ class MenusController < ApplicationController
before_action :signed_in_user, except: :welcome
def home
@user_id = current_user.id
- render 'home.html.haml'
+ respond_to do |wants|
+ wants.html { render 'home.html.haml' }
+ end
+
end
private
def signed_in_user
diff --git a/app/controllers/old_sel_scripts_in_controller.rb b/app/controllers/old_sel_scripts_in_controller.rb
deleted file mode 100644
index b1f6b0d..0000000
--- a/app/controllers/old_sel_scripts_in_controller.rb
+++ /dev/null
@@ -1,170 +0,0 @@
- LOGIN_REPORT_PATH = 'C:\seleniumscripts\APA\public\reports\login_ts'
- MESSAGES_REPORT_PATH = 'C:\seleniumscripts\APA\public\reports\message_ts'
- def index
- @lts_td_count=LoginTestData.count
- end
-
- def lts_show
- @log_report_name=DateTime.now.strftime("%Y%m%d%H%M%S")+".html"
- @td=LoginTestData.all
- @result=Array.new
- @td.each do |data|
- # Passing test data to login function
- @result<< login(data.email,data.password,data.check)
- end
- # Creating log file
- log_file("#{LOGIN_REPORT_PATH}\\#{@log_report_name}",@result)
- render 'lts_summary'
- end
-
- def mts_msg_fetch_show
- @log_report_name=DateTime.now.strftime("%Y%m%d%H%M%S")+".html"
- @td=LoginTestData.find_by check: true
- @result=Array.new
- # Passing test data to login function
- @result=messages_fetch(@td.email,@td.password)
-
- # Creating log file
- log_file("#{MESSAGES_REPORT_PATH}\\#{@log_report_name}",@result)
- render 'mts_summary'
- end
-
- private
- # Function to create log files
- def log_file(file_name,result)
- File.open(file_name, 'w+') do |f|
- f.puts "
- | Test Suite
- |
-
- | S.No |
- Test Case No |
- Status |
-
-
-| 1 | TC001 | Code Reviews/TestCat Feedback Summary - Dec 2013 |
-
-| 2 | TC002 | Free Lunch! |
-
-| 3 | TC003 | IT Seminar - OpSpec - Introduction to Jasper Reports - Jan 7 - NOIDA ADC |
-
-| 4 | TC004 | Year-to-Date (YTD) Performance - Dec 2013 |
-
-| 5 | TC005 | Weekend Work |
-
-| 6 | TC006 | Fixed timing. |
-
-| 7 | TC007 | CTC Activities Dec 2013 |
-
-| 8 | TC008 | Internal Training (IT) Seminar Activities – Dec 2013 |
-
-| 9 | TC009 | Leaves2014 - Bonus! |
-
-| 10 | TC0010 | Fixed timing! |
-
-| 11 | TC0011 | IT Seminar - Test Data Management Framework - Jan 2 - NOIDA ADC |
-
-| 12 | TC0012 | Leaves and Holidays 2014 |
-
-| 13 | TC0013 | Fixed timing? |
-
-| 14 | TC0014 | IT Seminar - OpSpec - Introduction to JavaFx Part-2 - Dec 26 - NOIDA ADC |
-
-| 15 | TC0015 | “Stars of the Month” November-2013 |
-
-| 16 | TC0016 | IT Seminar - Selenium IDE and Locators - Dec 24 - NOIDA ADC |
-
-| 17 | TC0017 | IT Seminar - Introduction to Health Care Domain and Testing Challenges - Dec 23 - NOIDA ADC |
-
-| 18 | TC0018 | IT Seminar - XML Serialization in C# - Dec 20, Friday - BBSR ADC |
-
-| 19 | TC0019 | IT Seminar - Selinium Learning - Dec 18 - NOIDA ADC |
-
-| 20 | TC0020 | [OpSpec]-[PointCat] - MySql |
-
-| 21 | TC0021 | IT Seminar - Cloud testing-Vs-Testing a Cloud - Dec 16 - NOIDA ADC |
-
-| 22 | TC0022 | [ToolCat][TryMeOut] - LittleEye-Performance Analysis and Monitoring Tool for Android Developers |
-
-| 23 | TC0023 | Key Sales Information - November 2013 |
-
-| 24 | TC0024 | IT Seminar - Testing Documentation - Dec 12 - NOIDA ADC |
-
-| 25 | TC0025 | Mindfire Reputation Activities November-2013 |
-
-| 26 | TC0026 | IT Seminar - Introduction to ORM and its enhancements in CF10 - Dec 10, Tuesday - BGLR ADC |
-
-| 27 | TC0027 | IT Seminar - Filemaker 13 - A Synopsis - Dec 6 - BBSR ADC |
-
-| 28 | TC0028 | IT Seminar - Installers/Uninstallers for Windows using Inno Setup - Dec 6 - NOIDA ADC |
-
-| 29 | TC0029 | Year-to-Date (YTD) Performance - Nov 2013 |
-
-| 30 | TC0030 | Code Reviews/TestCat Feedback Summary - Nov 2013 |
-
-| 31 | TC0031 | IT Seminar - iOS 7.0 and Xcode 5.0 Updates - Dec 5 - NOIDA ADC |
-
-| 32 | TC0032 | CTC Activities Nov 2013 |
-
-| 33 | TC0033 | IT Seminar - HTML 5 off-line functionality - Dec 4 - NOIDA ADC |
-
-| 34 | TC0034 | Internal Training (IT) Seminar Activities – Nov 2013 |
-
-| 35 | TC0035 | Winners MT!C and Closure Note |
-
-| 36 | TC0036 | IT Seminar - Key challenges and types of mobile application testing - Dec 2 - NOIDA ADC |
-
-| 37 | TC0037 | Physical Greeting Cards, with Team-Photos, to All Customers! |
-
-| 38 | TC0038 | IT Seminar - Overview of MSCRM 2013 online fall - Nov 29 - BBSR ADC |
-
-| 39 | TC0039 | Mindfire is the "Fastest Growing SME" in India, in 2013 |
-
-| 40 | TC0040 | IT Seminar - Show the different types of graph in MVC application - Nov 27 - NOIDA ADC |
-
-| 41 | TC0041 | IT Seminar - Do's and Don’ts in Jquery/JavaScript - Nov 27, Wednesday - BGLR ADC |
-
diff --git a/public/reports/message_ts/20140107173027.html b/public/reports/message_ts/20140107173027.html
deleted file mode 100644
index aef423b..0000000
--- a/public/reports/message_ts/20140107173027.html
+++ /dev/null
@@ -1,92 +0,0 @@
-
- | Test Suite
- |
-
- | S.No |
- Test Case No |
- Status |
-
-
-| 1 | TC001 | Code Reviews/TestCat Feedback Summary - Dec 2013 |
-
-| 2 | TC002 | Free Lunch! |
-
-| 3 | TC003 | IT Seminar - OpSpec - Introduction to Jasper Reports - Jan 7 - NOIDA ADC |
-
-| 4 | TC004 | Year-to-Date (YTD) Performance - Dec 2013 |
-
-| 5 | TC005 | Weekend Work |
-
-| 6 | TC006 | Fixed timing. |
-
-| 7 | TC007 | CTC Activities Dec 2013 |
-
-| 8 | TC008 | Internal Training (IT) Seminar Activities – Dec 2013 |
-
-| 9 | TC009 | Leaves2014 - Bonus! |
-
-| 10 | TC0010 | Fixed timing! |
-
-| 11 | TC0011 | IT Seminar - Test Data Management Framework - Jan 2 - NOIDA ADC |
-
-| 12 | TC0012 | Leaves and Holidays 2014 |
-
-| 13 | TC0013 | Fixed timing? |
-
-| 14 | TC0014 | IT Seminar - OpSpec - Introduction to JavaFx Part-2 - Dec 26 - NOIDA ADC |
-
-| 15 | TC0015 | “Stars of the Month” November-2013 |
-
-| 16 | TC0016 | IT Seminar - Selenium IDE and Locators - Dec 24 - NOIDA ADC |
-
-| 17 | TC0017 | IT Seminar - Introduction to Health Care Domain and Testing Challenges - Dec 23 - NOIDA ADC |
-
-| 18 | TC0018 | IT Seminar - XML Serialization in C# - Dec 20, Friday - BBSR ADC |
-
-| 19 | TC0019 | IT Seminar - Selinium Learning - Dec 18 - NOIDA ADC |
-
-| 20 | TC0020 | [OpSpec]-[PointCat] - MySql |
-
-| 21 | TC0021 | IT Seminar - Cloud testing-Vs-Testing a Cloud - Dec 16 - NOIDA ADC |
-
-| 22 | TC0022 | [ToolCat][TryMeOut] - LittleEye-Performance Analysis and Monitoring Tool for Android Developers |
-
-| 23 | TC0023 | Key Sales Information - November 2013 |
-
-| 24 | TC0024 | IT Seminar - Testing Documentation - Dec 12 - NOIDA ADC |
-
-| 25 | TC0025 | Mindfire Reputation Activities November-2013 |
-
-| 26 | TC0026 | IT Seminar - Introduction to ORM and its enhancements in CF10 - Dec 10, Tuesday - BGLR ADC |
-
-| 27 | TC0027 | IT Seminar - Filemaker 13 - A Synopsis - Dec 6 - BBSR ADC |
-
-| 28 | TC0028 | IT Seminar - Installers/Uninstallers for Windows using Inno Setup - Dec 6 - NOIDA ADC |
-
-| 29 | TC0029 | Year-to-Date (YTD) Performance - Nov 2013 |
-
-| 30 | TC0030 | Code Reviews/TestCat Feedback Summary - Nov 2013 |
-
-| 31 | TC0031 | IT Seminar - iOS 7.0 and Xcode 5.0 Updates - Dec 5 - NOIDA ADC |
-
-| 32 | TC0032 | CTC Activities Nov 2013 |
-
-| 33 | TC0033 | IT Seminar - HTML 5 off-line functionality - Dec 4 - NOIDA ADC |
-
-| 34 | TC0034 | Internal Training (IT) Seminar Activities – Nov 2013 |
-
-| 35 | TC0035 | Winners MT!C and Closure Note |
-
-| 36 | TC0036 | IT Seminar - Key challenges and types of mobile application testing - Dec 2 - NOIDA ADC |
-
-| 37 | TC0037 | Physical Greeting Cards, with Team-Photos, to All Customers! |
-
-| 38 | TC0038 | IT Seminar - Overview of MSCRM 2013 online fall - Nov 29 - BBSR ADC |
-
-| 39 | TC0039 | Mindfire is the "Fastest Growing SME" in India, in 2013 |
-
-| 40 | TC0040 | IT Seminar - Show the different types of graph in MVC application - Nov 27 - NOIDA ADC |
-
-| 41 | TC0041 | IT Seminar - Do's and Don’ts in Jquery/JavaScript - Nov 27, Wednesday - BGLR ADC |
-
diff --git a/public/reports/message_ts/20140107180558.html b/public/reports/message_ts/20140107180558.html
deleted file mode 100644
index d3d6941..0000000
--- a/public/reports/message_ts/20140107180558.html
+++ /dev/null
@@ -1,92 +0,0 @@
-
- | Test Suite
- |
-
- | S.No |
- Test Case No |
- Status |
-
-
-| 1 | TC001 | Code Reviews/TestCat Feedback Summary - Dec 2013 |
-
-| 2 | TC002 | Free Lunch! |
-
-| 3 | TC003 | IT Seminar - OpSpec - Introduction to Jasper Reports - Jan 7 - NOIDA ADC |
-
-| 4 | TC004 | Year-to-Date (YTD) Performance - Dec 2013 |
-
-| 5 | TC005 | Weekend Work |
-
-| 6 | TC006 | Fixed timing. |
-
-| 7 | TC007 | CTC Activities Dec 2013 |
-
-| 8 | TC008 | Internal Training (IT) Seminar Activities – Dec 2013 |
-
-| 9 | TC009 | Leaves2014 - Bonus! |
-
-| 10 | TC0010 | Fixed timing! |
-
-| 11 | TC0011 | IT Seminar - Test Data Management Framework - Jan 2 - NOIDA ADC |
-
-| 12 | TC0012 | Leaves and Holidays 2014 |
-
-| 13 | TC0013 | Fixed timing? |
-
-| 14 | TC0014 | IT Seminar - OpSpec - Introduction to JavaFx Part-2 - Dec 26 - NOIDA ADC |
-
-| 15 | TC0015 | “Stars of the Month” November-2013 |
-
-| 16 | TC0016 | IT Seminar - Selenium IDE and Locators - Dec 24 - NOIDA ADC |
-
-| 17 | TC0017 | IT Seminar - Introduction to Health Care Domain and Testing Challenges - Dec 23 - NOIDA ADC |
-
-| 18 | TC0018 | IT Seminar - XML Serialization in C# - Dec 20, Friday - BBSR ADC |
-
-| 19 | TC0019 | IT Seminar - Selinium Learning - Dec 18 - NOIDA ADC |
-
-| 20 | TC0020 | [OpSpec]-[PointCat] - MySql |
-
-| 21 | TC0021 | IT Seminar - Cloud testing-Vs-Testing a Cloud - Dec 16 - NOIDA ADC |
-
-| 22 | TC0022 | [ToolCat][TryMeOut] - LittleEye-Performance Analysis and Monitoring Tool for Android Developers |
-
-| 23 | TC0023 | Key Sales Information - November 2013 |
-
-| 24 | TC0024 | IT Seminar - Testing Documentation - Dec 12 - NOIDA ADC |
-
-| 25 | TC0025 | Mindfire Reputation Activities November-2013 |
-
-| 26 | TC0026 | IT Seminar - Introduction to ORM and its enhancements in CF10 - Dec 10, Tuesday - BGLR ADC |
-
-| 27 | TC0027 | IT Seminar - Filemaker 13 - A Synopsis - Dec 6 - BBSR ADC |
-
-| 28 | TC0028 | IT Seminar - Installers/Uninstallers for Windows using Inno Setup - Dec 6 - NOIDA ADC |
-
-| 29 | TC0029 | Year-to-Date (YTD) Performance - Nov 2013 |
-
-| 30 | TC0030 | Code Reviews/TestCat Feedback Summary - Nov 2013 |
-
-| 31 | TC0031 | IT Seminar - iOS 7.0 and Xcode 5.0 Updates - Dec 5 - NOIDA ADC |
-
-| 32 | TC0032 | CTC Activities Nov 2013 |
-
-| 33 | TC0033 | IT Seminar - HTML 5 off-line functionality - Dec 4 - NOIDA ADC |
-
-| 34 | TC0034 | Internal Training (IT) Seminar Activities – Nov 2013 |
-
-| 35 | TC0035 | Winners MT!C and Closure Note |
-
-| 36 | TC0036 | IT Seminar - Key challenges and types of mobile application testing - Dec 2 - NOIDA ADC |
-
-| 37 | TC0037 | Physical Greeting Cards, with Team-Photos, to All Customers! |
-
-| 38 | TC0038 | IT Seminar - Overview of MSCRM 2013 online fall - Nov 29 - BBSR ADC |
-
-| 39 | TC0039 | Mindfire is the "Fastest Growing SME" in India, in 2013 |
-
-| 40 | TC0040 | IT Seminar - Show the different types of graph in MVC application - Nov 27 - NOIDA ADC |
-
-| 41 | TC0041 | IT Seminar - Do's and Don’ts in Jquery/JavaScript - Nov 27, Wednesday - BGLR ADC |
-
diff --git a/public/reports/message_ts/20140107182336.html b/public/reports/message_ts/20140107182336.html
deleted file mode 100644
index 4092ea6..0000000
--- a/public/reports/message_ts/20140107182336.html
+++ /dev/null
@@ -1,92 +0,0 @@
-
- | Test Suite
- |
-
- | S.No |
- Test Case No |
- Status |
-
-
-| 1 | TC001 | Code Reviews/TestCat Feedback Summary - Dec 2013 |
-
-| 2 | TC002 | Free Lunch! |
-
-| 3 | TC003 | IT Seminar - OpSpec - Introduction to Jasper Reports - Jan 7 - NOIDA ADC |
-
-| 4 | TC004 | Year-to-Date (YTD) Performance - Dec 2013 |
-
-| 5 | TC005 | Weekend Work |
-
-| 6 | TC006 | Fixed timing. |
-
-| 7 | TC007 | CTC Activities Dec 2013 |
-
-| 8 | TC008 | Internal Training (IT) Seminar Activities – Dec 2013 |
-
-| 9 | TC009 | Leaves2014 - Bonus! |
-
-| 10 | TC0010 | Fixed timing! |
-
-| 11 | TC0011 | IT Seminar - Test Data Management Framework - Jan 2 - NOIDA ADC |
-
-| 12 | TC0012 | Leaves and Holidays 2014 |
-
-| 13 | TC0013 | Fixed timing? |
-
-| 14 | TC0014 | IT Seminar - OpSpec - Introduction to JavaFx Part-2 - Dec 26 - NOIDA ADC |
-
-| 15 | TC0015 | “Stars of the Month” November-2013 |
-
-| 16 | TC0016 | IT Seminar - Selenium IDE and Locators - Dec 24 - NOIDA ADC |
-
-| 17 | TC0017 | IT Seminar - Introduction to Health Care Domain and Testing Challenges - Dec 23 - NOIDA ADC |
-
-| 18 | TC0018 | IT Seminar - XML Serialization in C# - Dec 20, Friday - BBSR ADC |
-
-| 19 | TC0019 | IT Seminar - Selinium Learning - Dec 18 - NOIDA ADC |
-
-| 20 | TC0020 | [OpSpec]-[PointCat] - MySql |
-
-| 21 | TC0021 | IT Seminar - Cloud testing-Vs-Testing a Cloud - Dec 16 - NOIDA ADC |
-
-| 22 | TC0022 | [ToolCat][TryMeOut] - LittleEye-Performance Analysis and Monitoring Tool for Android Developers |
-
-| 23 | TC0023 | Key Sales Information - November 2013 |
-
-| 24 | TC0024 | IT Seminar - Testing Documentation - Dec 12 - NOIDA ADC |
-
-| 25 | TC0025 | Mindfire Reputation Activities November-2013 |
-
-| 26 | TC0026 | IT Seminar - Introduction to ORM and its enhancements in CF10 - Dec 10, Tuesday - BGLR ADC |
-
-| 27 | TC0027 | IT Seminar - Filemaker 13 - A Synopsis - Dec 6 - BBSR ADC |
-
-| 28 | TC0028 | IT Seminar - Installers/Uninstallers for Windows using Inno Setup - Dec 6 - NOIDA ADC |
-
-| 29 | TC0029 | Year-to-Date (YTD) Performance - Nov 2013 |
-
-| 30 | TC0030 | Code Reviews/TestCat Feedback Summary - Nov 2013 |
-
-| 31 | TC0031 | IT Seminar - iOS 7.0 and Xcode 5.0 Updates - Dec 5 - NOIDA ADC |
-
-| 32 | TC0032 | CTC Activities Nov 2013 |
-
-| 33 | TC0033 | IT Seminar - HTML 5 off-line functionality - Dec 4 - NOIDA ADC |
-
-| 34 | TC0034 | Internal Training (IT) Seminar Activities – Nov 2013 |
-
-| 35 | TC0035 | Winners MT!C and Closure Note |
-
-| 36 | TC0036 | IT Seminar - Key challenges and types of mobile application testing - Dec 2 - NOIDA ADC |
-
-| 37 | TC0037 | Physical Greeting Cards, with Team-Photos, to All Customers! |
-
-| 38 | TC0038 | IT Seminar - Overview of MSCRM 2013 online fall - Nov 29 - BBSR ADC |
-
-| 39 | TC0039 | Mindfire is the "Fastest Growing SME" in India, in 2013 |
-
-| 40 | TC0040 | IT Seminar - Show the different types of graph in MVC application - Nov 27 - NOIDA ADC |
-
-| 41 | TC0041 | IT Seminar - Do's and Don’ts in Jquery/JavaScript - Nov 27, Wednesday - BGLR ADC |
-
diff --git a/startup.rb b/startup.rb
new file mode 100644
index 0000000..f63f59f
--- /dev/null
+++ b/startup.rb
@@ -0,0 +1,4 @@
+pid1 = Process.spawn('rackup faye.ru -E production -s thin')
+puts "Faye running, PID : #{pid1}"
+pid2 = Process.spawn('bundle exec sidekiq --config ./config/sidekiq.yml')
+puts "Sidekiq running, PID : #{pid2}"
\ No newline at end of file
diff --git a/test/fixtures/executions.yml b/test/fixtures/jobs.yml
similarity index 69%
rename from test/fixtures/executions.yml
rename to test/fixtures/jobs.yml
index 8642037..025daf2 100644
--- a/test/fixtures/executions.yml
+++ b/test/fixtures/jobs.yml
@@ -6,7 +6,8 @@ one:
test_id: 1
test_step_id: 1
status: MyString
- last_run:
+ start_time: 2014-02-13 16:15:54
+ finish_time: MyString
two:
user_id: 1
@@ -14,4 +15,5 @@ two:
test_id: 1
test_step_id: 1
status: MyString
- last_run:
+ start_time: 2014-02-13 16:15:54
+ finish_time: MyString
diff --git a/test/fixtures/login_test_data.yml b/test/fixtures/login_test_data.yml
deleted file mode 100644
index 0a7bb26..0000000
--- a/test/fixtures/login_test_data.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- email: MyString
- password: MyString
- check: false
-
-two:
- email: MyString
- password: MyString
- check: false
diff --git a/test/fixtures/queue_carts.yml b/test/fixtures/queue_carts.yml
deleted file mode 100644
index f2ae3dc..0000000
--- a/test/fixtures/queue_carts.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- test_suite_id: 1
- test_id: 1
- test_step_id: 1
-
-two:
- test_suite_id: 1
- test_id: 1
- test_step_id: 1
diff --git a/test/fixtures/exec_progresses.yml b/test/fixtures/reports.yml
similarity index 54%
rename from test/fixtures/exec_progresses.yml
rename to test/fixtures/reports.yml
index c9ac9ed..f3e0c5e 100644
--- a/test/fixtures/exec_progresses.yml
+++ b/test/fixtures/reports.yml
@@ -1,13 +1,13 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
+ name: MyString
+ job_id: 1
user_id: 1
- test_id: 1
- test_step_id: 1
- status: MyString
+ description: MyString
two:
+ name: MyString
+ job_id: 1
user_id: 1
- test_id: 1
- test_step_id: 1
- status: MyString
+ description: MyString
diff --git a/test/models/exec_progress_test.rb b/test/models/exec_progress_test.rb
deleted file mode 100644
index 7342046..0000000
--- a/test/models/exec_progress_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'test_helper'
-
-class ExecProgressTest < ActiveSupport::TestCase
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/models/queue_cart_test.rb b/test/models/job_test.rb
similarity index 62%
rename from test/models/queue_cart_test.rb
rename to test/models/job_test.rb
index 428b0a5..5079316 100644
--- a/test/models/queue_cart_test.rb
+++ b/test/models/job_test.rb
@@ -1,6 +1,6 @@
require 'test_helper'
-class QueueCartTest < ActiveSupport::TestCase
+class JobTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
diff --git a/test/models/login_test_data_test.rb b/test/models/login_test_data_test.rb
deleted file mode 100644
index f7c21ae..0000000
--- a/test/models/login_test_data_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'test_helper'
-
-class LoginTestDataTest < ActiveSupport::TestCase
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/models/execution_test.rb b/test/models/report_test.rb
similarity index 62%
rename from test/models/execution_test.rb
rename to test/models/report_test.rb
index 17b2924..198d9dd 100644
--- a/test/models/execution_test.rb
+++ b/test/models/report_test.rb
@@ -1,6 +1,6 @@
require 'test_helper'
-class ExecutionTest < ActiveSupport::TestCase
+class ReportTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end