aboutsummaryrefslogtreecommitdiffstats
path: root/actionsystemtest/lib/action_system_test/version.rb
blob: a0fda7d9da853d7e9941a5442f819b722ed13478 (plain) (blame)
1
2
3
4
5
6
7
8
require_relative "gem_version"

module ActionSystemTest
  # Returns the version of the currently loaded Action System Test as a <tt>Gem::Version</tt>
  def self.version
    gem_version
  end
end