fwtoolkit 0.3.1 → 0.3.2

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.
@@ -109,6 +109,16 @@ module FWToolkit
109
109
  ENV['USE_SIM_LAUNCHER_SERVER'] = nil
110
110
  sh "cucumber #{args.cucumber_options}"
111
111
  end
112
+
113
+ desc 'Run Frank acceptance tests for a tag'
114
+ task :tag, :tag_name do |t, args|
115
+ args.with_defaults(:tag_name => '')
116
+ cucumber_options = "Frank/features --tag #{args.tag_name}"
117
+
118
+ ENV['APP_BUNDLE_PATH'] = File.join( Dir.pwd, 'Frank/frankified_build/Frankified.app' )
119
+ ENV['USE_SIM_LAUNCHER_SERVER'] = nil
120
+ sh "cucumber #{cucumber_options}"
121
+ end
112
122
  end
113
123
 
114
124
  namespace :bundle do
@@ -1,3 +1,3 @@
1
1
  module FWToolkit
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fwtoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: